The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 14 | |
| EmptyBlock | 28 | ||
| LeftCurly | 716 | ||
| NeedBraces | 1130 | ||
| RightCurly | 438 | ||
| coding | AvoidInlineConditionals | 22 | |
| EmptyStatement | 39 | ||
| HiddenField | 56 | ||
| InnerAssignment | 204 | ||
| MagicNumber | 1516 | ||
| MissingSwitchDefault | 5 | ||
| SimplifyBooleanExpression | 6 | ||
| design | DesignForExtension | 790 | |
| FinalClass | 2 | ||
| HideUtilityClassConstructor | 1 | ||
| InterfaceIsType | 2 | ||
| VisibilityModifier | 60 | ||
| imports | AvoidStarImport | 4 | |
| RedundantImport | 1 | ||
| UnusedImports | 1 | ||
| javadoc | JavadocMethod | 873 | |
JavadocPackage
|
7 | ||
| JavadocStyle | 627 | ||
| JavadocType | 9 | ||
| JavadocVariable | 639 | ||
| misc | ArrayTypeStyle | 6 | |
| FinalParameters | 1001 | ||
| NewlineAtEndOfFile | 133 | ||
| TodoComment | 9 | ||
| modifier | ModifierOrder | 252 | |
| RedundantModifier | 320 | ||
| naming | ConstantName | 121 | |
| LocalVariableName | 29 | ||
| MemberName | 290 | ||
| MethodName | 326 | ||
| ParameterName | 3 | ||
| StaticVariableName | 8 | ||
| regexp | RegexpSingleline
|
1501 | |
| sizes | FileLength | 3 | |
| LineLength | 878 | ||
| MethodLength | 12 | ||
| whitespace | FileTabCharacter
|
2315 | |
| MethodParamPad | 28 | ||
| NoWhitespaceAfter | 6 | ||
| NoWhitespaceBefore | 1 | ||
| OperatorWrap | 190 | ||
| ParenPad | 101 | ||
| WhitespaceAfter | 225 | ||
| WhitespaceAround | 849 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | ConstantName | Name 'Enumeration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 95 | |
| misc | FinalParameters | Parameter element should be final. | 123 | |
| coding | HiddenField | 'element' hides a field. | 123 | |
| misc | FinalParameters | Parameter name should be final. | 123 | |
| coding | HiddenField | 'name' hides a field. | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 144 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 159 | |
| design | DesignForExtension | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| design | DesignForExtension | Method 'setStringType' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'isStringType' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| design | DesignForExtension | Method 'setIDType' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 187 | |
| javadoc | JavadocMethod | Expected an @return tag. | 189 | |
| design | DesignForExtension | Method 'isIDType' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| design | DesignForExtension | Method 'setIDREFType' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 204 | |
| design | DesignForExtension | Method 'isIDREFType' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| design | DesignForExtension | Method 'setIDREFSType' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 219 | |
| design | DesignForExtension | Method 'isIDREFSType' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| design | DesignForExtension | Method 'setENTITYType' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Expected an @return tag. | 234 | |
| design | DesignForExtension | Method 'isENTITYType' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| design | DesignForExtension | Method 'setENTITIESType' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Expected an @return tag. | 249 | |
| design | DesignForExtension | Method 'isENTITIESType' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| design | DesignForExtension | Method 'setNMTOKENType' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 264 | |
| design | DesignForExtension | Method 'isNMTOKENType' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| design | DesignForExtension | Method 'setNMTOKENSType' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Expected an @return tag. | 279 | |
| design | DesignForExtension | Method 'isNMTOKENSType' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| design | DesignForExtension | Method 'setNOTATIONType' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Expected an @return tag. | 294 | |
| design | DesignForExtension | Method 'isNOTATIONType' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| design | DesignForExtension | Method 'setEnumerationType' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 306 | |
| javadoc | JavadocMethod | Expected an @return tag. | 308 | |
| design | DesignForExtension | Method 'isEnumerationType' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| design | DesignForExtension | Method 'setDEFAULT' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 320 | |
| javadoc | JavadocMethod | Expected an @return tag. | 322 | |
| design | DesignForExtension | Method 'isDEFAULT' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| design | DesignForExtension | Method 'setREQUIRED' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| javadoc | JavadocMethod | Expected an @return tag. | 336 | |
| design | DesignForExtension | Method 'isREQUIRED' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| design | DesignForExtension | Method 'setIMPLIED' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| design | DesignForExtension | Method 'isIMPLIED' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| design | DesignForExtension | Method 'setFIXED' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| javadoc | JavadocMethod | Expected an @return tag. | 365 | |
| design | DesignForExtension | Method 'isFIXED' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| misc | FinalParameters | Parameter value should be final. | 372 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 379 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| design | DesignForExtension | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter reference should be final. | 109 | |
| coding | HiddenField | 'reference' hides a field. | 109 | |
| design | DesignForExtension | Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter reference should be final. | 120 | |
| coding | HiddenField | 'reference' hides a field. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'isReferenceType' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'setSeqType' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Expected an @return tag. | 150 | |
| design | DesignForExtension | Method 'isSeqType' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| design | DesignForExtension | Method 'setChoiceType' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 165 | |
| design | DesignForExtension | Method 'isChoiceType' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Expected an @return tag. | 172 | |
| design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Expected an @return tag. | 182 | |
| design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| design | DesignForExtension | Method 'setOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| javadoc | JavadocMethod | Expected an @return tag. | 198 | |
| design | DesignForExtension | Method 'isOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| design | DesignForExtension | Method 'setZeroOrOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Expected an @return tag. | 214 | |
| design | DesignForExtension | Method 'isZeroOrOneOccurance' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| design | DesignForExtension | Method 'setOneOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Expected an @return tag. | 230 | |
| design | DesignForExtension | Method 'isOneOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| design | DesignForExtension | Method 'setZeroOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Expected an @return tag. | 246 | |
| design | DesignForExtension | Method 'isZeroOrMoreOccurances' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter cp should be final. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 126 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 139 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 141 | |
| misc | FinalParameters | Parameter args should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 141 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 141 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 144 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 145 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 146 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 149 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 162 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 163 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 164 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 165 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 166 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 167 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 168 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 170 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 172 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 172 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 175 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 176 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 177 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 178 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 181 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 183 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 186 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 187 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 188 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 189 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 191 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 192 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 196 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 198 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 198 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 200 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 200 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 201 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 205 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 206 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 206 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 207 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 208 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 210 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 211 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 212 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 214 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 214 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 215 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 216 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 217 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 218 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 219 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 220 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 222 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 223 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 225 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 226 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 229 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 229 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 230 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 232 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 233 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 234 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 235 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 236 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 237 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 238 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 239 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 240 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 241 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 243 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 243 | |
| design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 245 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 245 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 247 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 249 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 251 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 254 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 255 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 257 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 258 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 261 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 262 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 263 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 264 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 265 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 266 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 267 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 268 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 269 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 270 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 271 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 273 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 273 | |
| design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 275 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 275 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 275 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 275 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 275 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 275 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 277 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 278 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 280 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 281 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 284 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 295 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 298 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 298 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 300 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 302 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 306 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| misc | FinalParameters | Parameter nameSpacePrefix2test should be final. | 306 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 308 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 309 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 310 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 312 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 314 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 316 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 318 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 320 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 322 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 323 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 324 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 325 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 326 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 327 | |
| javadoc | JavadocMethod | Unused @param tag for 'targetNameSpaceMap'. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 328 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 330 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 330 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 331 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 332 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 335 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 336 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 337 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 338 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 339 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 340 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 341 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 342 | |
| design | DesignForExtension | Method 'convertDTDtoSchema' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter reader should be final. | 342 | |
| misc | FinalParameters | Parameter writer should be final. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 343 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 343 | |
| misc | FinalParameters | Parameter targetNameSpace should be final. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetNameSpace'. | 343 | |
| misc | FinalParameters | Parameter nameSpaceMap should be final. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 344 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 344 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 346 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 349 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 350 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 350 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 351 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 353 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 354 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 358 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 360 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 362 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 364 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 365 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 366 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 367 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 368 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 369 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 370 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 371 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 372 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 373 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 374 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 375 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 377 | |
| design | DesignForExtension | Method 'convertDTDtoSchema' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter reader should be final. | 377 | |
| misc | FinalParameters | Parameter writer should be final. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 378 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 378 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 384 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 386 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 387 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 388 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 390 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 390 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 392 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 393 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 395 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 395 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 396 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 397 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 398 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 399 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 400 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 401 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 402 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 403 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 404 | |
| design | DesignForExtension | Method 'parseDTD' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| misc | FinalParameters | Parameter reader should be final. | 404 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 405 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 409 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 409 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 410 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 411 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 414 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 416 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 416 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 417 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 420 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 423 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 424 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 426 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 429 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 430 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 431 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 433 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 435 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 436 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 437 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 438 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 440 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 440 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 441 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 442 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 443 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 444 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 444 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 446 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 450 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 451 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 452 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 454 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 457 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 459 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 460 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 462 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 463 | |
| design | DesignForExtension | Method 'convertDTDObjectToSchemaObject' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| misc | FinalParameters | Parameter dtd should be final. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 464 | |
| misc | FinalParameters | Parameter targetNamespace should be final. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetNamespace'. | 464 | |
| misc | FinalParameters | Parameter nameSpaceMap should be final. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'nameSpaceMap'. | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 465 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 467 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 469 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 470 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 471 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 472 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 477 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 479 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 479 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 480 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 482 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 483 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 485 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 488 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 489 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 494 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 495 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 497 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 499 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 505 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 507 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 508 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 510 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 511 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 513 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 514 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 515 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 517 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 518 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 519 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 520 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 522 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 524 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 524 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 525 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 526 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 528 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 530 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 532 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 534 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 535 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 536 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 537 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 538 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 539 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 540 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 541 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 543 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 543 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 544 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 545 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 546 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 547 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 548 | |
| design | DesignForExtension | Method 'convertDTDElementToSchemaElement' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 549 | |
| misc | FinalParameters | Parameter dtdElement should be final. | 549 | |
| misc | FinalParameters | Parameter schema should be final. | 549 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 550 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 552 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 554 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 554 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 555 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 556 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 557 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 559 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 560 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 561 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 562 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 563 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 564 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 565 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 567 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 569 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 570 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 571 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 573 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 575 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 576 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 577 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 579 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 580 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 581 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 582 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 583 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 584 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 585 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 587 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 589 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 590 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 591 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 593 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 595 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 595 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 596 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 597 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 598 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 599 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 601 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 603 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 603 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 605 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 605 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 607 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 607 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 608 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 609 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 611 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 612 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 613 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 614 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 615 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 616 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 617 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 618 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 620 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 622 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 623 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 626 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 626 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 627 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 628 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 629 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 630 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 631 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 632 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 634 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 634 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 635 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 636 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 637 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 638 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 639 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 640 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 643 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 643 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 644 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 645 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 646 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 647 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 648 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 649 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 651 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 652 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 653 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 654 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 656 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 658 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 658 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 659 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 660 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 661 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 663 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 664 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 666 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 668 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 669 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 670 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 671 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 672 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 674 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 674 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 675 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 676 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 677 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 678 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 679 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 680 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 681 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 682 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 683 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 684 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 685 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 686 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 687 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 688 | |
| design | DesignForExtension | Method 'convertContentParticle' is not designed for extension - needs to be abstract, final or empty. | 688 | |
| misc | FinalParameters | Parameter dtdContent should be final. | 688 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 689 | |
| misc | FinalParameters | Parameter schema should be final. | 689 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 689 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 691 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 693 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 695 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 696 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 699 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 699 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 701 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 702 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 702 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 703 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 704 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 704 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 707 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 707 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 708 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 709 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 711 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 713 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 713 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 716 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 716 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 717 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 718 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 719 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 720 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 724 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 724 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 725 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 726 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 728 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 729 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 730 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 731 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 732 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 733 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 734 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 735 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 736 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 737 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 738 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 739 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 740 | |
| blocks | EmptyBlock | Must have at least one statement. | 740 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 741 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 742 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 743 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 745 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 747 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 749 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 750 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 751 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 752 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 753 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 754 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 755 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 756 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 757 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 758 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 759 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 760 | |
| design | DesignForExtension | Method 'convertAttribute' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| misc | FinalParameters | Parameter dtdAttribute should be final. | 760 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 761 | |
| misc | FinalParameters | Parameter schema should be final. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 763 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 763 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 764 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 766 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 768 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 770 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 770 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 771 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 773 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 773 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 774 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 776 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 776 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 777 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 779 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 779 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 780 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 782 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 782 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 783 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 785 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 785 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 786 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 788 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 788 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 789 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 791 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 791 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 792 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 794 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 794 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 795 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 797 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 799 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 799 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 800 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 801 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 802 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 803 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 805 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 807 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 807 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 808 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 809 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 810 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 812 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 812 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 813 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 814 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 815 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 816 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 817 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 818 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 819 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 820 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 821 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 822 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 824 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 826 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 827 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 828 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 829 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 830 | |
| blocks | EmptyBlock | Must have at least one statement. | 830 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 831 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 833 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 833 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 834 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 836 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 837 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 839 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 841 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 842 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 843 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 844 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 845 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 846 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 847 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 848 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 849 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 850 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 851 | |
| design | DesignForExtension | Method 'marshalSchema' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| misc | FinalParameters | Parameter schema should be final. | 851 | |
| misc | FinalParameters | Parameter writer should be final. | 851 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 852 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 854 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 855 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 856 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | RedundantImport | Redundant import from the java.lang package - java.lang.Exception. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter message should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 87 | |
| coding | HiddenField | 'name' hides a field. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| design | DesignForExtension | Method 'addElement' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter element should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'element'. | 104 | |
| coding | HiddenField | 'name' hides a field. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter name should be final. | 126 | |
| coding | HiddenField | 'name' hides a field. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 126 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 127 | |
| design | DesignForExtension | Method 'addNotation' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| misc | FinalParameters | Parameter notation should be final. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'notation'. | 135 | |
| coding | HiddenField | 'name' hides a field. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| design | DesignForExtension | Method 'getNotation' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| misc | FinalParameters | Parameter name should be final. | 158 | |
| coding | HiddenField | 'name' hides a field. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 159 | |
| design | DesignForExtension | Method 'addGeneralEntity' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter generalEntity should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'generalEntity'. | 166 | |
| coding | HiddenField | 'name' hides a field. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 178 | |
| design | DesignForExtension | Method 'getGeneralEntity' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter name should be final. | 180 | |
| coding | HiddenField | 'name' hides a field. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 180 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 181 | |
| javadoc | JavadocMethod | Expected an @return tag. | 187 | |
| design | DesignForExtension | Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 194 | |
| design | DesignForExtension | Method 'getGeneralEntities' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Expected an @return tag. | 201 | |
| design | DesignForExtension | Method 'getNotations' is not designed for extension - needs to be abstract, final or empty. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 76 | |
| misc | FinalParameters | Parameter document should be final. | 103 | |
| coding | HiddenField | 'document' hides a field. | 103 | |
| misc | FinalParameters | Parameter name should be final. | 103 | |
| coding | HiddenField | 'name' hides a field. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 103 | |
| misc | FinalParameters | Parameter document should be final. | 119 | |
| coding | HiddenField | 'document' hides a field. | 119 | |
| javadoc | JavadocMethod | Expected an @return tag. | 126 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 133 | |
| design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 141 | |
| design | DesignForExtension | Method 'getMixedContentChildren' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| javadoc | JavadocMethod | Expected an @return tag. | 149 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 154 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter name should be final. | 166 | |
| coding | HiddenField | 'name' hides a field. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 166 | |
| design | DesignForExtension | Method 'setAnyContent' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Expected an @return tag. | 181 | |
| design | DesignForExtension | Method 'isAnyContent' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| design | DesignForExtension | Method 'setEmptyContent' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 193 | |
| javadoc | JavadocMethod | Expected an @return tag. | 195 | |
| design | DesignForExtension | Method 'isEmptyContent' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| design | DesignForExtension | Method 'setMixedContent' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 208 | |
| javadoc | JavadocMethod | Expected an @return tag. | 210 | |
| design | DesignForExtension | Method 'isMixedContent' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| design | DesignForExtension | Method 'setElemOnlyContent' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter cp should be final. | 218 | |
| javadoc | JavadocMethod | Expected an @return tag. | 227 | |
| design | DesignForExtension | Method 'isElemOnlyContent' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 235 | |
| design | DesignForExtension | Method 'addMixedContentChild' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| misc | FinalParameters | Parameter child should be final. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 237 | |
| design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| misc | FinalParameters | Parameter attribute should be final. | 248 | |
| javadoc | JavadocMethod | Expected @param tag for 'attribute'. | 248 | |
| coding | HiddenField | 'name' hides a field. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| whitespace | NoWhitespaceAfter | '-' is followed by whitespace. | 83 | |
| misc | FinalParameters | Parameter document should be final. | 111 | |
| coding | HiddenField | 'document' hides a field. | 111 | |
| misc | FinalParameters | Parameter name should be final. | 111 | |
| coding | HiddenField | 'name' hides a field. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 130 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 138 | |
| design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| coding | HiddenField | 'value' hides a field. | 147 | |
| javadoc | JavadocMethod | Expected an @return tag. | 159 | |
| design | DesignForExtension | Method 'isInternal' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Expected an @return tag. | 167 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| design | DesignForExtension | Method 'setExternalPublic' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter pubId should be final. | 177 | |
| misc | FinalParameters | Parameter sysId should be final. | 177 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| design | DesignForExtension | Method 'isExternalPublic' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| design | DesignForExtension | Method 'setExternalSystem' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter sysId should be final. | 204 | |
| javadoc | JavadocMethod | Expected an @return tag. | 217 | |
| design | DesignForExtension | Method 'isExternalSystem' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Expected an @return tag. | 225 | |
| design | DesignForExtension | Method 'getSysIdentifier' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| javadoc | JavadocMethod | Expected an @return tag. | 234 | |
| design | DesignForExtension | Method 'getPubIdentifier' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| design | DesignForExtension | Method 'setNDATA' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| misc | FinalParameters | Parameter notationName should be final. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 245 | |
| javadoc | JavadocMethod | Expected an @return tag. | 255 | |
| design | DesignForExtension | Method 'isExternalUnparsed' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 264 | |
| design | DesignForExtension | Method 'getNotation' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| misc | FinalParameters | Parameter document should be final. | 92 | |
| coding | HiddenField | 'document' hides a field. | 92 | |
| misc | FinalParameters | Parameter name should be final. | 92 | |
| coding | HiddenField | 'name' hides a field. | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'setPublic' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter pubId should be final. | 126 | |
| misc | FinalParameters | Parameter sysId should be final. | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 145 | |
| design | DesignForExtension | Method 'isPublic' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| design | DesignForExtension | Method 'setSystem' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter sysId should be final. | 153 | |
| javadoc | JavadocMethod | Expected an @return tag. | 166 | |
| design | DesignForExtension | Method 'isSystem' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Expected an @return tag. | 173 | |
| design | DesignForExtension | Method 'getPubIdentifier' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| design | DesignForExtension | Method 'getSysIdentifier' is not designed for extension - needs to be abstract, final or empty. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 67 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 74 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 74 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 81 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 88 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 94 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 100 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 100 | |
| javadoc | JavadocMethod | Expected an @return tag. | 106 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 106 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 106 | |
| javadoc | JavadocMethod | Expected an @return tag. | 112 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 112 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 112 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 120 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'amount'. | 120 | |
| javadoc | JavadocMethod | Expected an @return tag. | 127 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 127 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 127 | |
| naming | MethodName | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 131 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 135 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 135 | |
| naming | MethodName | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 149 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 149 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 149 | |
| naming | MethodName | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'len'. | 149 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 157 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 157 | |
| naming | MethodName | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 22 | |
| naming | MethodName | Name 'Input' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 22 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 22 | |
| coding | HiddenField | 'token' hides a field. | 25 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 31 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 40 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 40 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 53 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 68 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 76 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 76 | |
| naming | MethodName | Name 'PEdecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter parameterEntities should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameterEntities'. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 76 | |
| coding | HiddenField | 'token' hides a field. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 87 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 105 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 105 | |
| naming | MethodName | Name 'EntityValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter parameterEntities should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameterEntities'. | 105 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 105 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 105 | |
| coding | HiddenField | 'token' hides a field. | 106 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 111 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 111 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 116 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 116 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '3' is a magic number. | 121 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 124 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 124 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 132 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 137 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 137 | |
| coding | MagicNumber | '4' is a magic number. | 143 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 154 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 154 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 154 | |
| coding | MagicNumber | '5' is a magic number. | 159 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 170 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 175 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 175 | |
| coding | MagicNumber | '6' is a magic number. | 181 | |
| coding | MagicNumber | '7' is a magic number. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 193 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| naming | MemberName | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| design | VisibilityModifier | Variable 'token_source' must be private and have accessor methods. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 198 | |
| naming | MemberName | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| design | VisibilityModifier | Variable 'jj_nt' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| naming | MemberName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| naming | MemberName | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 201 | |
| naming | MemberName | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| coding | MagicNumber | '8' is a magic number. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 202 | |
| naming | MemberName | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | FinalParameters | Parameter stream should be final. | 204 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 209 | |
| coding | MagicNumber | '8' is a magic number. | 209 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| misc | FinalParameters | Parameter stream should be final. | 212 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 217 | |
| coding | MagicNumber | '8' is a magic number. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| misc | FinalParameters | Parameter tm should be final. | 220 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 225 | |
| coding | MagicNumber | '8' is a magic number. | 225 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| misc | FinalParameters | Parameter tm should be final. | 228 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 233 | |
| coding | MagicNumber | '8' is a magic number. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 236 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 236 | |
| naming | MethodName | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| misc | FinalParameters | Parameter kind should be final. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 238 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 239 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 252 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 258 | |
| misc | FinalParameters | Parameter index should be final. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 262 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 267 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 267 | |
| naming | MethodName | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 268 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 268 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 268 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 269 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 269 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 269 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 269 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 271 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| naming | MemberName | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 275 | |
| naming | MemberName | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 276 | |
| naming | MemberName | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 278 | |
| coding | MagicNumber | '22' is a magic number. | 280 | |
| coding | MagicNumber | '22' is a magic number. | 281 | |
| coding | MagicNumber | '8' is a magic number. | 288 | |
| coding | MagicNumber | '32' is a magic number. | 290 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 291 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 291 | |
| coding | MagicNumber | '22' is a magic number. | 297 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 311 | |
| naming | MethodName | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 314 | |
| naming | MethodName | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 4 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'WithinPEdecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'WithinEntityValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'WithinEntityValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 4 | |
| blocks | LeftCurly | '{' should be on the previous line. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 6 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 6 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 6 | |
| blocks | LeftCurly | '{' should be on the previous line. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 10 | |
| misc | FinalParameters | Parameter state should be final. | 10 | |
| blocks | LeftCurly | '{' should be on the previous line. | 11 | |
| blocks | LeftCurly | '{' should be on the previous line. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 18 | |
| misc | FinalParameters | Parameter end should be final. | 18 | |
| blocks | LeftCurly | '{' should be on the previous line. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 24 | |
| misc | FinalParameters | Parameter state1 should be final. | 24 | |
| misc | FinalParameters | Parameter state2 should be final. | 24 | |
| blocks | LeftCurly | '{' should be on the previous line. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'jjbitVec1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'jjbitVec9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'jjbitVec10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'jjbitVec11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'jjbitVec12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | ConstantName | Name 'jjbitVec13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'jjbitVec14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| naming | ConstantName | Name 'jjbitVec15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | ConstantName | Name 'jjbitVec16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | ConstantName | Name 'jjbitVec17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| naming | ConstantName | Name 'jjbitVec18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| naming | ConstantName | Name 'jjbitVec19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| naming | ConstantName | Name 'jjbitVec20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | ConstantName | Name 'jjbitVec21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| naming | ConstantName | Name 'jjbitVec22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| naming | ConstantName | Name 'jjbitVec23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| naming | ConstantName | Name 'jjbitVec24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| naming | ConstantName | Name 'jjbitVec25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| naming | ConstantName | Name 'jjbitVec26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| naming | ConstantName | Name 'jjbitVec27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| naming | ConstantName | Name 'jjbitVec28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| naming | ConstantName | Name 'jjbitVec29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| naming | ConstantName | Name 'jjbitVec30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| naming | ConstantName | Name 'jjbitVec31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| naming | ConstantName | Name 'jjbitVec32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| naming | ConstantName | Name 'jjbitVec33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| naming | ConstantName | Name 'jjbitVec34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| naming | ConstantName | Name 'jjbitVec35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| naming | ConstantName | Name 'jjbitVec36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| naming | ConstantName | Name 'jjbitVec37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| naming | ConstantName | Name 'jjbitVec38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| naming | ConstantName | Name 'jjbitVec39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| naming | ConstantName | Name 'jjbitVec40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 147 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 149 | |
| naming | MethodName | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| misc | FinalParameters | Parameter startState should be final. | 149 | |
| misc | FinalParameters | Parameter curPos should be final. | 149 | |
| blocks | LeftCurly | '{' should be on the previous line. | 150 | |
| coding | MagicNumber | '17' is a magic number. | 152 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 155 | |
| blocks | LeftCurly | '{' should be on the previous line. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 158 | |
| coding | MagicNumber | '64' is a magic number. | 160 | |
| blocks | LeftCurly | '{' should be on the previous line. | 161 | |
| blocks | LeftCurly | '{' should be on the previous line. | 164 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 165 | |
| blocks | LeftCurly | '{' should be on the previous line. | 166 | |
| coding | MagicNumber | '0xefffffdfffffffffL' is a magic number. | 168 | |
| blocks | LeftCurly | '{' should be on the previous line. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| coding | MagicNumber | '8' is a magic number. | 170 | |
| coding | MagicNumber | '8' is a magic number. | 171 | |
| blocks | RightCurly | '}' should be on the same line. | 173 | |
| coding | MagicNumber | '0x1000002000000000L' is a magic number. | 174 | |
| blocks | LeftCurly | '{' should be on the previous line. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| coding | MagicNumber | '8' is a magic number. | 176 | |
| coding | MagicNumber | '8' is a magic number. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| coding | MagicNumber | '37' is a magic number. | 179 | |
| coding | MagicNumber | '14' is a magic number. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| coding | MagicNumber | '60' is a magic number. | 181 | |
| coding | MagicNumber | '11' is a magic number. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| coding | MagicNumber | '0xefffffdfffffffffL' is a magic number. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| coding | MagicNumber | '8' is a magic number. | 187 | |
| coding | MagicNumber | '8' is a magic number. | 188 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 192 | |
| coding | MagicNumber | '4' is a magic number. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| coding | MagicNumber | '37' is a magic number. | 196 | |
| coding | MagicNumber | '5' is a magic number. | 197 | |
| coding | MagicNumber | '5' is a magic number. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| coding | MagicNumber | '9' is a magic number. | 202 | |
| coding | MagicNumber | '9' is a magic number. | 203 | |
| coding | MagicNumber | '5' is a magic number. | 204 | |
| coding | MagicNumber | '11' is a magic number. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| coding | MagicNumber | '33' is a magic number. | 207 | |
| coding | MagicNumber | '10' is a magic number. | 208 | |
| coding | MagicNumber | '12' is a magic number. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| coding | MagicNumber | '60' is a magic number. | 211 | |
| coding | MagicNumber | '11' is a magic number. | 212 | |
| coding | MagicNumber | '13' is a magic number. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| coding | MagicNumber | '37' is a magic number. | 215 | |
| coding | MagicNumber | '14' is a magic number. | 216 | |
| coding | MagicNumber | '14' is a magic number. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| coding | MagicNumber | '58' is a magic number. | 219 | |
| coding | MagicNumber | '15' is a magic number. | 220 | |
| coding | MagicNumber | '16' is a magic number. | 220 | |
| coding | MagicNumber | '15' is a magic number. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 223 | |
| coding | MagicNumber | '15' is a magic number. | 224 | |
| coding | MagicNumber | '16' is a magic number. | 224 | |
| coding | MagicNumber | '16' is a magic number. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| coding | MagicNumber | '59' is a magic number. | 227 | |
| coding | MagicNumber | '10' is a magic number. | 227 | |
| coding | MagicNumber | '10' is a magic number. | 228 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 232 | |
| blocks | RightCurly | '}' should be on the same line. | 233 | |
| coding | MagicNumber | '128' is a magic number. | 234 | |
| blocks | LeftCurly | '{' should be on the previous line. | 235 | |
| coding | MagicNumber | '077' is a magic number. | 236 | |
| blocks | LeftCurly | '{' should be on the previous line. | 238 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 239 | |
| blocks | LeftCurly | '{' should be on the previous line. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| coding | MagicNumber | '8' is a magic number. | 243 | |
| coding | MagicNumber | '8' is a magic number. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| coding | MagicNumber | '89' is a magic number. | 248 | |
| coding | MagicNumber | '3' is a magic number. | 249 | |
| coding | MagicNumber | '6' is a magic number. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| coding | MagicNumber | '84' is a magic number. | 252 | |
| coding | MagicNumber | '7' is a magic number. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| coding | MagicNumber | '73' is a magic number. | 256 | |
| coding | MagicNumber | '6' is a magic number. | 257 | |
| coding | MagicNumber | '8' is a magic number. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| coding | MagicNumber | '84' is a magic number. | 260 | |
| coding | MagicNumber | '7' is a magic number. | 261 | |
| coding | MagicNumber | '9' is a magic number. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| coding | MagicNumber | '78' is a magic number. | 264 | |
| coding | MagicNumber | '8' is a magic number. | 265 | |
| coding | MagicNumber | '10' is a magic number. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| coding | MagicNumber | '69' is a magic number. | 268 | |
| coding | MagicNumber | '9' is a magic number. | 269 | |
| coding | MagicNumber | '14' is a magic number. | 271 | |
| coding | MagicNumber | '15' is a magic number. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 273 | |
| coding | MagicNumber | '15' is a magic number. | 274 | |
| coding | MagicNumber | '16' is a magic number. | 274 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 278 | |
| blocks | RightCurly | '}' should be on the same line. | 279 | |
| blocks | LeftCurly | '{' should be on the previous line. | 281 | |
| coding | MagicNumber | '0xff' is a magic number. | 282 | |
| coding | MagicNumber | '6' is a magic number. | 282 | |
| coding | MagicNumber | '077' is a magic number. | 283 | |
| blocks | LeftCurly | '{' should be on the previous line. | 285 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 286 | |
| blocks | LeftCurly | '{' should be on the previous line. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| coding | MagicNumber | '8' is a magic number. | 292 | |
| coding | MagicNumber | '8' is a magic number. | 293 | |
| coding | MagicNumber | '14' is a magic number. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| coding | MagicNumber | '15' is a magic number. | 298 | |
| coding | MagicNumber | '16' is a magic number. | 298 | |
| coding | MagicNumber | '15' is a magic number. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| coding | MagicNumber | '15' is a magic number. | 302 | |
| coding | MagicNumber | '16' is a magic number. | 302 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 306 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 308 | |
| blocks | LeftCurly | '{' should be on the previous line. | 309 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 315 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 315 | |
| coding | MagicNumber | '17' is a magic number. | 315 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 315 | |
| blocks | LeftCurly | '{' should have line break after. | 317 | |
| blocks | RightCurly | '}' should be on the same line. | 317 | |
| blocks | RightCurly | '}' should have line break before. | 317 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 318 | |
| blocks | LeftCurly | '{' should have line break after. | 318 | |
| blocks | RightCurly | '}' should have line break before. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 321 | |
| misc | FinalParameters | Parameter pos should be final. | 321 | |
| misc | FinalParameters | Parameter kind should be final. | 321 | |
| blocks | LeftCurly | '{' should be on the previous line. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 327 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
| blocks | LeftCurly | '{' should be on the previous line. | 328 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 329 | |
| blocks | LeftCurly | '{' should be on the previous line. | 330 | |
| coding | MagicNumber | '34' is a magic number. | 331 | |
| coding | MagicNumber | '18' is a magic number. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 337 | |
| naming | MethodName | Name 'jjMoveNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 | |
| misc | FinalParameters | Parameter startState should be final. | 337 | |
| misc | FinalParameters | Parameter curPos should be final. | 337 | |
| blocks | LeftCurly | '{' should be on the previous line. | 338 | |
| coding | MagicNumber | '5' is a magic number. | 340 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 343 | |
| blocks | LeftCurly | '{' should be on the previous line. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 346 | |
| coding | MagicNumber | '64' is a magic number. | 348 | |
| blocks | LeftCurly | '{' should be on the previous line. | 349 | |
| blocks | LeftCurly | '{' should be on the previous line. | 352 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 353 | |
| blocks | LeftCurly | '{' should be on the previous line. | 354 | |
| coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 356 | |
| blocks | LeftCurly | '{' should be on the previous line. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| coding | MagicNumber | '16' is a magic number. | 358 | |
| coding | MagicNumber | '16' is a magic number. | 359 | |
| blocks | RightCurly | '}' should be on the same line. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| coding | MagicNumber | '37' is a magic number. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 | |
| coding | MagicNumber | '16' is a magic number. | 368 | |
| coding | MagicNumber | '16' is a magic number. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| coding | MagicNumber | '58' is a magic number. | 373 | |
| coding | MagicNumber | '3' is a magic number. | 374 | |
| coding | MagicNumber | '4' is a magic number. | 374 | |
| coding | MagicNumber | '3' is a magic number. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 378 | |
| coding | MagicNumber | '4' is a magic number. | 378 | |
| coding | MagicNumber | '4' is a magic number. | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| coding | MagicNumber | '59' is a magic number. | 381 | |
| coding | MagicNumber | '17' is a magic number. | 381 | |
| coding | MagicNumber | '17' is a magic number. | 382 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 386 | |
| blocks | RightCurly | '}' should be on the same line. | 387 | |
| coding | MagicNumber | '128' is a magic number. | 388 | |
| blocks | LeftCurly | '{' should be on the previous line. | 389 | |
| coding | MagicNumber | '077' is a magic number. | 390 | |
| blocks | LeftCurly | '{' should be on the previous line. | 392 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 393 | |
| blocks | LeftCurly | '{' should be on the previous line. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| coding | MagicNumber | '16' is a magic number. | 397 | |
| coding | MagicNumber | '16' is a magic number. | 398 | |
| coding | MagicNumber | '3' is a magic number. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 403 | |
| coding | MagicNumber | '3' is a magic number. | 404 | |
| coding | MagicNumber | '4' is a magic number. | 404 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 408 | |
| blocks | RightCurly | '}' should be on the same line. | 409 | |
| blocks | LeftCurly | '{' should be on the previous line. | 411 | |
| coding | MagicNumber | '0xff' is a magic number. | 412 | |
| coding | MagicNumber | '6' is a magic number. | 412 | |
| coding | MagicNumber | '077' is a magic number. | 413 | |
| blocks | LeftCurly | '{' should be on the previous line. | 415 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 416 | |
| blocks | LeftCurly | '{' should be on the previous line. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| coding | MagicNumber | '16' is a magic number. | 422 | |
| coding | MagicNumber | '16' is a magic number. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 427 | |
| coding | MagicNumber | '3' is a magic number. | 428 | |
| coding | MagicNumber | '4' is a magic number. | 428 | |
| coding | MagicNumber | '3' is a magic number. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| coding | MagicNumber | '3' is a magic number. | 432 | |
| coding | MagicNumber | '4' is a magic number. | 432 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 436 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 438 | |
| blocks | LeftCurly | '{' should be on the previous line. | 439 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 445 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 445 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 445 | |
| coding | MagicNumber | '5' is a magic number. | 445 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 445 | |
| blocks | LeftCurly | '{' should have line break after. | 447 | |
| blocks | RightCurly | '}' should be on the same line. | 447 | |
| blocks | RightCurly | '}' should have line break before. | 447 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 448 | |
| blocks | LeftCurly | '{' should have line break after. | 448 | |
| blocks | RightCurly | '}' should have line break before. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 451 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 451 | |
| blocks | LeftCurly | '{' should be on the previous line. | 452 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 453 | |
| blocks | LeftCurly | '{' should be on the previous line. | 454 | |
| coding | MagicNumber | '34' is a magic number. | 455 | |
| coding | MagicNumber | '13' is a magic number. | 456 | |
| coding | MagicNumber | '39' is a magic number. | 457 | |
| coding | MagicNumber | '14' is a magic number. | 458 | |
| coding | MagicNumber | '62' is a magic number. | 459 | |
| coding | MagicNumber | '15' is a magic number. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 465 | |
| naming | MethodName | Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 | |
| misc | FinalParameters | Parameter startState should be final. | 465 | |
| misc | FinalParameters | Parameter curPos should be final. | 465 | |
| blocks | LeftCurly | '{' should be on the previous line. | 466 | |
| coding | MagicNumber | '3' is a magic number. | 468 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 471 | |
| blocks | LeftCurly | '{' should be on the previous line. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 474 | |
| coding | MagicNumber | '64' is a magic number. | 476 | |
| blocks | LeftCurly | '{' should be on the previous line. | 477 | |
| blocks | LeftCurly | '{' should be on the previous line. | 480 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 481 | |
| blocks | LeftCurly | '{' should be on the previous line. | 482 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 484 | |
| blocks | LeftCurly | '{' should be on the previous line. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| coding | MagicNumber | '12' is a magic number. | 486 | |
| coding | MagicNumber | '12' is a magic number. | 487 | |
| blocks | RightCurly | '}' should be on the same line. | 489 | |
| coding | MagicNumber | '58' is a magic number. | 490 | |
| blocks | LeftCurly | '{' should be on the previous line. | 491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 492 | |
| coding | MagicNumber | '11' is a magic number. | 492 | |
| coding | MagicNumber | '11' is a magic number. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 498 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| coding | MagicNumber | '11' is a magic number. | 500 | |
| coding | MagicNumber | '11' is a magic number. | 501 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 505 | |
| coding | MagicNumber | '12' is a magic number. | 507 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 512 | |
| blocks | RightCurly | '}' should be on the same line. | 513 | |
| coding | MagicNumber | '128' is a magic number. | 514 | |
| blocks | LeftCurly | '{' should be on the previous line. | 515 | |
| coding | MagicNumber | '077' is a magic number. | 516 | |
| blocks | LeftCurly | '{' should be on the previous line. | 518 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 519 | |
| blocks | LeftCurly | '{' should be on the previous line. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| coding | MagicNumber | '11' is a magic number. | 525 | |
| coding | MagicNumber | '11' is a magic number. | 526 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 531 | |
| blocks | RightCurly | '}' should be on the same line. | 532 | |
| blocks | LeftCurly | '{' should be on the previous line. | 534 | |
| coding | MagicNumber | '0xff' is a magic number. | 535 | |
| coding | MagicNumber | '6' is a magic number. | 535 | |
| coding | MagicNumber | '077' is a magic number. | 536 | |
| blocks | LeftCurly | '{' should be on the previous line. | 538 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 539 | |
| blocks | LeftCurly | '{' should be on the previous line. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| coding | MagicNumber | '11' is a magic number. | 544 | |
| coding | MagicNumber | '11' is a magic number. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| coding | MagicNumber | '11' is a magic number. | 551 | |
| coding | MagicNumber | '11' is a magic number. | 552 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 557 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 559 | |
| blocks | LeftCurly | '{' should be on the previous line. | 560 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 563 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 566 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 566 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 566 | |
| coding | MagicNumber | '3' is a magic number. | 566 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 566 | |
| blocks | LeftCurly | '{' should have line break after. | 568 | |
| blocks | RightCurly | '}' should be on the same line. | 568 | |
| blocks | RightCurly | '}' should have line break before. | 568 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 569 | |
| blocks | LeftCurly | '{' should have line break after. | 569 | |
| blocks | RightCurly | '}' should have line break before. | 569 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 572 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 | |
| blocks | LeftCurly | '{' should be on the previous line. | 573 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 574 | |
| blocks | LeftCurly | '{' should be on the previous line. | 575 | |
| coding | MagicNumber | '39' is a magic number. | 576 | |
| coding | MagicNumber | '21' is a magic number. | 577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 582 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 582 | |
| naming | MethodName | Name 'jjMoveNfa_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| misc | FinalParameters | Parameter startState should be final. | 582 | |
| misc | FinalParameters | Parameter curPos should be final. | 582 | |
| blocks | LeftCurly | '{' should be on the previous line. | 583 | |
| coding | MagicNumber | '5' is a magic number. | 585 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 588 | |
| blocks | LeftCurly | '{' should be on the previous line. | 590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 591 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 591 | |
| coding | MagicNumber | '64' is a magic number. | 593 | |
| blocks | LeftCurly | '{' should be on the previous line. | 594 | |
| blocks | LeftCurly | '{' should be on the previous line. | 597 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 598 | |
| blocks | LeftCurly | '{' should be on the previous line. | 599 | |
| coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 601 | |
| blocks | LeftCurly | '{' should be on the previous line. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| coding | MagicNumber | '19' is a magic number. | 603 | |
| coding | MagicNumber | '19' is a magic number. | 604 | |
| blocks | RightCurly | '}' should be on the same line. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 607 | |
| coding | MagicNumber | '37' is a magic number. | 607 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 611 | |
| coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 613 | |
| coding | MagicNumber | '19' is a magic number. | 613 | |
| coding | MagicNumber | '19' is a magic number. | 614 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 | |
| coding | MagicNumber | '58' is a magic number. | 618 | |
| coding | MagicNumber | '3' is a magic number. | 619 | |
| coding | MagicNumber | '4' is a magic number. | 619 | |
| coding | MagicNumber | '3' is a magic number. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 622 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 622 | |
| coding | MagicNumber | '3' is a magic number. | 623 | |
| coding | MagicNumber | '4' is a magic number. | 623 | |
| coding | MagicNumber | '4' is a magic number. | 625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| coding | MagicNumber | '59' is a magic number. | 626 | |
| coding | MagicNumber | '20' is a magic number. | 626 | |
| coding | MagicNumber | '20' is a magic number. | 627 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 631 | |
| blocks | RightCurly | '}' should be on the same line. | 632 | |
| coding | MagicNumber | '128' is a magic number. | 633 | |
| blocks | LeftCurly | '{' should be on the previous line. | 634 | |
| coding | MagicNumber | '077' is a magic number. | 635 | |
| blocks | LeftCurly | '{' should be on the previous line. | 637 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 638 | |
| blocks | LeftCurly | '{' should be on the previous line. | 639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 642 | |
| coding | MagicNumber | '19' is a magic number. | 642 | |
| coding | MagicNumber | '19' is a magic number. | 643 | |
| coding | MagicNumber | '3' is a magic number. | 647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 648 | |
| coding | MagicNumber | '3' is a magic number. | 649 | |
| coding | MagicNumber | '4' is a magic number. | 649 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 653 | |
| blocks | RightCurly | '}' should be on the same line. | 654 | |
| blocks | LeftCurly | '{' should be on the previous line. | 656 | |
| coding | MagicNumber | '0xff' is a magic number. | 657 | |
| coding | MagicNumber | '6' is a magic number. | 657 | |
| coding | MagicNumber | '077' is a magic number. | 658 | |
| blocks | LeftCurly | '{' should be on the previous line. | 660 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 661 | |
| blocks | LeftCurly | '{' should be on the previous line. | 662 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 667 | |
| coding | MagicNumber | '19' is a magic number. | 667 | |
| coding | MagicNumber | '19' is a magic number. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 672 | |
| coding | MagicNumber | '3' is a magic number. | 673 | |
| coding | MagicNumber | '4' is a magic number. | 673 | |
| coding | MagicNumber | '3' is a magic number. | 675 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 676 | |
| coding | MagicNumber | '3' is a magic number. | 677 | |
| coding | MagicNumber | '4' is a magic number. | 677 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 681 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 683 | |
| blocks | LeftCurly | '{' should be on the previous line. | 684 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 690 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 690 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 690 | |
| coding | MagicNumber | '5' is a magic number. | 690 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 690 | |
| blocks | LeftCurly | '{' should have line break after. | 692 | |
| blocks | RightCurly | '}' should be on the same line. | 692 | |
| blocks | RightCurly | '}' should have line break before. | 692 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 693 | |
| blocks | LeftCurly | '{' should have line break after. | 693 | |
| blocks | RightCurly | '}' should have line break before. | 693 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 696 | |
| naming | ConstantName | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 696 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 699 | |
| naming | ConstantName | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 702 | |
| naming | ConstantName | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 703 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 706 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 708 | |
| naming | ConstantName | Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 709 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 711 | |
| naming | MemberName | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 711 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 712 | |
| coding | MagicNumber | '17' is a magic number. | 712 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 713 | |
| coding | MagicNumber | '34' is a magic number. | 713 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 714 | |
| design | VisibilityModifier | Variable 'curChar' must be private and have accessor methods. | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 715 | |
| misc | FinalParameters | Parameter stream should be final. | 715 | |
| blocks | LeftCurly | '{' should be on the previous line. | 716 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| misc | FinalParameters | Parameter stream should be final. | 719 | |
| misc | FinalParameters | Parameter lexState should be final. | 719 | |
| blocks | LeftCurly | '{' should be on the previous line. | 720 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 724 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 724 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 724 | |
| misc | FinalParameters | Parameter stream should be final. | 724 | |
| blocks | LeftCurly | '{' should be on the previous line. | 725 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 726 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 731 | |
| naming | MethodName | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 | |
| blocks | LeftCurly | '{' should be on the previous line. | 732 | |
| coding | MagicNumber | '0x80000001' is a magic number. | 734 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 735 | |
| coding | MagicNumber | '17' is a magic number. | 735 | |
| coding | MagicNumber | '0x80000000' is a magic number. | 736 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 739 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 739 | |
| misc | FinalParameters | Parameter stream should be final. | 739 | |
| misc | FinalParameters | Parameter lexState should be final. | 739 | |
| design | DesignForExtension | Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 744 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| naming | MethodName | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 744 | |
| misc | FinalParameters | Parameter lexState should be final. | 744 | |
| coding | MagicNumber | '4' is a magic number. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 746 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 751 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 751 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 755 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 763 | |
| design | VisibilityModifier | Variable 'curLexState' must be private and have accessor methods. | 763 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 764 | |
| design | VisibilityModifier | Variable 'defaultLexState' must be private and have accessor methods. | 764 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 765 | |
| design | VisibilityModifier | Variable 'jjnewStateCnt' must be private and have accessor methods. | 765 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 766 | |
| design | VisibilityModifier | Variable 'jjround' must be private and have accessor methods. | 766 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 767 | |
| design | VisibilityModifier | Variable 'jjmatchedPos' must be private and have accessor methods. | 767 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 768 | |
| design | VisibilityModifier | Variable 'jjmatchedKind' must be private and have accessor methods. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 776 | |
| blocks | LeftCurly | '{' should be on the previous line. | 776 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| blocks | LeftCurly | '{' should be on the previous line. | 778 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| blocks | RightCurly | '}' should be on the same line. | 780 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 781 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 782 | |
| blocks | LeftCurly | '{' should be on the previous line. | 782 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 788 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 788 | |
| blocks | LeftCurly | '{' should be on the previous line. | 789 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 791 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 796 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 801 | |
| coding | MagicNumber | '3' is a magic number. | 805 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 806 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 811 | |
| blocks | LeftCurly | '{' should be on the previous line. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 813 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| naming | LocalVariableName | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 820 | |
| naming | LocalVariableName | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 821 | |
| naming | LocalVariableName | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 822 | |
| naming | LocalVariableName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 823 | |
| blocks | LeftCurly | '{' should have line break after. | 824 | |
| blocks | RightCurly | '}' should be on the same line. | 824 | |
| blocks | RightCurly | '}' should have line break before. | 824 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 827 | |
| blocks | RightCurly | '}' should be on the same line. | 831 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 832 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 839 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | FileLength | File length is 2,598 lines (max allowed is 2,000). | 1 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.dtd.*. | 4 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 19 | |
| naming | MethodName | Name 'Input' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 19 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 19 | |
| coding | MagicNumber | '3' is a magic number. | 21 | |
| blocks | EmptyBlock | Must have at least one statement. | 23 | |
| coding | MagicNumber | '3' is a magic number. | 28 | |
| blocks | EmptyBlock | Must have at least one statement. | 28 | |
| coding | MagicNumber | '3' is a magic number. | 33 | |
| coding | MagicNumber | '3' is a magic number. | 35 | |
| blocks | EmptyBlock | Must have at least one statement. | 37 | |
| coding | MagicNumber | '3' is a magic number. | 40 | |
| coding | MagicNumber | '3' is a magic number. | 42 | |
| blocks | EmptyBlock | Must have at least one statement. | 44 | |
| coding | MagicNumber | '3' is a magic number. | 47 | |
| coding | MagicNumber | '3' is a magic number. | 49 | |
| blocks | EmptyBlock | Must have at least one statement. | 51 | |
| coding | MagicNumber | '3' is a magic number. | 54 | |
| coding | MagicNumber | '3' is a magic number. | 56 | |
| blocks | EmptyBlock | Must have at least one statement. | 58 | |
| coding | MagicNumber | '3' is a magic number. | 61 | |
| coding | MagicNumber | '3' is a magic number. | 63 | |
| coding | EmptyStatement | Empty statement. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 74 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 82 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 82 | |
| naming | MethodName | Name 'ElementDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter document should be final. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 82 | |
| coding | HiddenField | 'token' hides a field. | 83 | |
| coding | MagicNumber | '3' is a magic number. | 91 | |
| coding | MagicNumber | '3' is a magic number. | 94 | |
| coding | MagicNumber | '3' is a magic number. | 97 | |
| coding | MagicNumber | '3' is a magic number. | 98 | |
| coding | MagicNumber | '3' is a magic number. | 100 | |
| coding | MagicNumber | '3' is a magic number. | 102 | |
| coding | EmptyStatement | Empty statement. | 105 | |
| coding | MagicNumber | '3' is a magic number. | 116 | |
| coding | EmptyStatement | Empty statement. | 119 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 130 | |
| naming | MethodName | Name 'Mixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| misc | FinalParameters | Parameter element should be final. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 130 | |
| coding | HiddenField | 'token' hides a field. | 131 | |
| coding | MagicNumber | '3' is a magic number. | 133 | |
| coding | EmptyStatement | Empty statement. | 136 | |
| coding | MagicNumber | '3' is a magic number. | 139 | |
| coding | EmptyStatement | Empty statement. | 142 | |
| coding | MagicNumber | '3' is a magic number. | 145 | |
| coding | MagicNumber | '3' is a magic number. | 149 | |
| coding | EmptyStatement | Empty statement. | 152 | |
| coding | MagicNumber | '3' is a magic number. | 155 | |
| coding | EmptyStatement | Empty statement. | 158 | |
| coding | MagicNumber | '3' is a magic number. | 161 | |
| coding | EmptyStatement | Empty statement. | 162 | |
| coding | MagicNumber | '3' is a magic number. | 169 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 181 | |
| naming | MethodName | Name 'ContPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 181 | |
| coding | HiddenField | 'token' hides a field. | 183 | |
| coding | MagicNumber | '3' is a magic number. | 184 | |
| coding | MagicNumber | '3' is a magic number. | 187 | |
| coding | MagicNumber | '3' is a magic number. | 193 | |
| coding | EmptyStatement | Empty statement. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 198 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 198 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 198 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 208 | |
| naming | MethodName | Name 'SeqOrChoiceContPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 208 | |
| coding | MagicNumber | '3' is a magic number. | 212 | |
| coding | EmptyStatement | Empty statement. | 215 | |
| coding | MagicNumber | '3' is a magic number. | 218 | |
| coding | EmptyStatement | Empty statement. | 221 | |
| coding | MagicNumber | '3' is a magic number. | 223 | |
| coding | MagicNumber | '3' is a magic number. | 228 | |
| coding | EmptyStatement | Empty statement. | 231 | |
| coding | MagicNumber | '3' is a magic number. | 234 | |
| coding | EmptyStatement | Empty statement. | 237 | |
| coding | MagicNumber | '3' is a magic number. | 239 | |
| coding | EmptyStatement | Empty statement. | 240 | |
| coding | MagicNumber | '3' is a magic number. | 247 | |
| coding | MagicNumber | '3' is a magic number. | 252 | |
| coding | EmptyStatement | Empty statement. | 255 | |
| coding | MagicNumber | '3' is a magic number. | 258 | |
| coding | EmptyStatement | Empty statement. | 261 | |
| coding | MagicNumber | '3' is a magic number. | 263 | |
| coding | EmptyStatement | Empty statement. | 264 | |
| coding | MagicNumber | '3' is a magic number. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 278 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 287 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 287 | |
| naming | MethodName | Name 'OccuranceSpecification' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter cp should be final. | 287 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 287 | |
| coding | MagicNumber | '3' is a magic number. | 288 | |
| coding | MagicNumber | '3' is a magic number. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 295 | |
| coding | MagicNumber | '3' is a magic number. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 311 | |
| sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 311 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 311 | |
| naming | MethodName | Name 'AttlistDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| misc | FinalParameters | Parameter document should be final. | 311 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 311 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 311 | |
| coding | HiddenField | 'token' hides a field. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 323 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 323 | |
| coding | MagicNumber | '3' is a magic number. | 331 | |
| coding | MagicNumber | '3' is a magic number. | 334 | |
| coding | MagicNumber | '3' is a magic number. | 337 | |
| coding | MagicNumber | '3' is a magic number. | 340 | |
| coding | MagicNumber | '3' is a magic number. | 343 | |
| coding | MagicNumber | '3' is a magic number. | 346 | |
| coding | MagicNumber | '3' is a magic number. | 349 | |
| coding | MagicNumber | '3' is a magic number. | 352 | |
| coding | MagicNumber | '3' is a magic number. | 355 | |
| coding | MagicNumber | '3' is a magic number. | 360 | |
| coding | EmptyStatement | Empty statement. | 363 | |
| coding | MagicNumber | '3' is a magic number. | 366 | |
| coding | EmptyStatement | Empty statement. | 369 | |
| coding | MagicNumber | '3' is a magic number. | 374 | |
| coding | EmptyStatement | Empty statement. | 375 | |
| coding | MagicNumber | '3' is a magic number. | 380 | |
| coding | EmptyStatement | Empty statement. | 383 | |
| coding | MagicNumber | '3' is a magic number. | 386 | |
| coding | EmptyStatement | Empty statement. | 389 | |
| coding | MagicNumber | '3' is a magic number. | 394 | |
| coding | MagicNumber | '3' is a magic number. | 396 | |
| coding | EmptyStatement | Empty statement. | 399 | |
| coding | MagicNumber | '3' is a magic number. | 401 | |
| coding | MagicNumber | '3' is a magic number. | 403 | |
| coding | MagicNumber | '3' is a magic number. | 409 | |
| coding | EmptyStatement | Empty statement. | 412 | |
| coding | MagicNumber | '3' is a magic number. | 417 | |
| coding | EmptyStatement | Empty statement. | 418 | |
| coding | MagicNumber | '3' is a magic number. | 423 | |
| coding | EmptyStatement | Empty statement. | 426 | |
| coding | MagicNumber | '3' is a magic number. | 428 | |
| coding | MagicNumber | '3' is a magic number. | 430 | |
| coding | MagicNumber | '3' is a magic number. | 436 | |
| coding | EmptyStatement | Empty statement. | 439 | |
| coding | MagicNumber | '3' is a magic number. | 450 | |
| coding | MagicNumber | '3' is a magic number. | 453 | |
| coding | MagicNumber | '3' is a magic number. | 456 | |
| coding | MagicNumber | '3' is a magic number. | 462 | |
| coding | MagicNumber | '3' is a magic number. | 470 | |
| coding | EmptyStatement | Empty statement. | 471 | |
| coding | MagicNumber | '3' is a magic number. | 476 | |
| coding | EmptyStatement | Empty statement. | 479 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 488 | |
| naming | MethodName | Name 'AttrValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 488 | |
| coding | HiddenField | 'token' hides a field. | 489 | |
| coding | MagicNumber | '3' is a magic number. | 491 | |
| coding | MagicNumber | '3' is a magic number. | 495 | |
| coding | EmptyStatement | Empty statement. | 496 | |
| coding | MagicNumber | '3' is a magic number. | 504 | |
| coding | MagicNumber | '3' is a magic number. | 508 | |
| coding | EmptyStatement | Empty statement. | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 521 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 521 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 521 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 521 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 528 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 530 | |
| naming | MethodName | Name 'GEntityDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 530 | |
| misc | FinalParameters | Parameter document should be final. | 530 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 530 | |
| coding | HiddenField | 'token' hides a field. | 531 | |
| coding | MagicNumber | '3' is a magic number. | 541 | |
| coding | MagicNumber | '3' is a magic number. | 544 | |
| coding | MagicNumber | '3' is a magic number. | 545 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 549 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 553 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 553 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 554 | |
| coding | MagicNumber | '3' is a magic number. | 555 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 559 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 559 | |
| coding | MagicNumber | '3' is a magic number. | 565 | |
| coding | EmptyStatement | Empty statement. | 572 | |
| coding | MagicNumber | '3' is a magic number. | 578 | |
| coding | EmptyStatement | Empty statement. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 588 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 591 | |
| naming | MethodName | Name 'GEValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 591 | |
| coding | HiddenField | 'token' hides a field. | 592 | |
| coding | MagicNumber | '3' is a magic number. | 594 | |
| coding | MagicNumber | '3' is a magic number. | 598 | |
| coding | EmptyStatement | Empty statement. | 599 | |
| coding | MagicNumber | '3' is a magic number. | 607 | |
| coding | MagicNumber | '3' is a magic number. | 611 | |
| coding | EmptyStatement | Empty statement. | 612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 624 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 624 | |
| whitespace | WhitespaceAround | 'if' is not preceded with whitespace. | 624 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 624 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 624 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 632 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 632 | |
| naming | MethodName | Name 'NotationDecl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 | |
| misc | FinalParameters | Parameter document should be final. | 632 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 632 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DTDException'. | 632 | |
| coding | HiddenField | 'token' hides a field. | 633 | |
| coding | MagicNumber | '3' is a magic number. | 643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 647 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 647 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 647 | |
| coding | MagicNumber | '3' is a magic number. | 648 | |
| coding | EmptyStatement | Empty statement. | 651 | |
| coding | MagicNumber | '3' is a magic number. | 653 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 656 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 656 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 656 | |
| coding | EmptyStatement | Empty statement. | 658 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 | |
| coding | MagicNumber | '3' is a magic number. | 661 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 665 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 665 | |
| coding | MagicNumber | '3' is a magic number. | 671 | |
| coding | EmptyStatement | Empty statement. | 674 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 683 | |
| naming | MethodName | Name 'Comment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 683 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 683 | |
| coding | MagicNumber | '3' is a magic number. | 687 | |
| coding | EmptyStatement | Empty statement. | 688 | |
| coding | MagicNumber | '3' is a magic number. | 692 | |
| coding | MagicNumber | '3' is a magic number. | 694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 705 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 705 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 705 | |
| naming | MethodName | Name 'jj_2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 705 | |
| misc | FinalParameters | Parameter xla should be final. | 705 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 706 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 712 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 712 | |
| naming | MethodName | Name 'jj_2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 712 | |
| misc | FinalParameters | Parameter xla should be final. | 712 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 713 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 719 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 719 | |
| naming | MethodName | Name 'jj_2_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 719 | |
| misc | FinalParameters | Parameter xla should be final. | 719 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 720 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 726 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 726 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 726 | |
| naming | MethodName | Name 'jj_2_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 726 | |
| misc | FinalParameters | Parameter xla should be final. | 726 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 727 | |
| coding | MagicNumber | '3' is a magic number. | 729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 733 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 733 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 733 | |
| naming | MethodName | Name 'jj_2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 733 | |
| misc | FinalParameters | Parameter xla should be final. | 733 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 734 | |
| coding | MagicNumber | '4' is a magic number. | 736 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 740 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 740 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 740 | |
| naming | MethodName | Name 'jj_2_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 740 | |
| misc | FinalParameters | Parameter xla should be final. | 740 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 741 | |
| coding | MagicNumber | '5' is a magic number. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 747 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 747 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 747 | |
| naming | MethodName | Name 'jj_2_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 747 | |
| misc | FinalParameters | Parameter xla should be final. | 747 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 748 | |
| coding | MagicNumber | '6' is a magic number. | 750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 754 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 754 | |
| naming | MethodName | Name 'jj_2_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 | |
| misc | FinalParameters | Parameter xla should be final. | 754 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 755 | |
| coding | MagicNumber | '7' is a magic number. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 761 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 761 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 761 | |
| naming | MethodName | Name 'jj_2_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 761 | |
| misc | FinalParameters | Parameter xla should be final. | 761 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 762 | |
| coding | MagicNumber | '8' is a magic number. | 764 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 768 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 768 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 768 | |
| naming | MethodName | Name 'jj_2_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 768 | |
| misc | FinalParameters | Parameter xla should be final. | 768 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 769 | |
| coding | MagicNumber | '9' is a magic number. | 771 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 775 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 775 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 775 | |
| naming | MethodName | Name 'jj_2_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 775 | |
| misc | FinalParameters | Parameter xla should be final. | 775 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 776 | |
| coding | MagicNumber | '10' is a magic number. | 778 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 782 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 782 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 782 | |
| naming | MethodName | Name 'jj_2_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 782 | |
| misc | FinalParameters | Parameter xla should be final. | 782 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 783 | |
| coding | MagicNumber | '11' is a magic number. | 785 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 789 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 789 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 789 | |
| naming | MethodName | Name 'jj_2_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 789 | |
| misc | FinalParameters | Parameter xla should be final. | 789 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 790 | |
| coding | MagicNumber | '12' is a magic number. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 796 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 796 | |
| naming | MethodName | Name 'jj_2_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 796 | |
| misc | FinalParameters | Parameter xla should be final. | 796 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 797 | |
| coding | MagicNumber | '13' is a magic number. | 799 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 803 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 803 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 803 | |
| naming | MethodName | Name 'jj_2_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 803 | |
| misc | FinalParameters | Parameter xla should be final. | 803 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 804 | |
| coding | MagicNumber | '14' is a magic number. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 810 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 810 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 810 | |
| naming | MethodName | Name 'jj_2_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 810 | |
| misc | FinalParameters | Parameter xla should be final. | 810 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 811 | |
| coding | MagicNumber | '15' is a magic number. | 813 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 817 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 817 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 817 | |
| naming | MethodName | Name 'jj_2_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 | |
| misc | FinalParameters | Parameter xla should be final. | 817 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 818 | |
| coding | MagicNumber | '16' is a magic number. | 820 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 824 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 824 | |
| naming | MethodName | Name 'jj_2_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 824 | |
| misc | FinalParameters | Parameter xla should be final. | 824 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 825 | |
| coding | MagicNumber | '17' is a magic number. | 827 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 831 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 831 | |
| naming | MethodName | Name 'jj_2_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 831 | |
| misc | FinalParameters | Parameter xla should be final. | 831 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 832 | |
| coding | MagicNumber | '18' is a magic number. | 834 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 838 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 838 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 838 | |
| naming | MethodName | Name 'jj_2_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 838 | |
| misc | FinalParameters | Parameter xla should be final. | 838 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 839 | |
| coding | MagicNumber | '19' is a magic number. | 841 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 845 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 845 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 845 | |
| naming | MethodName | Name 'jj_2_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 845 | |
| misc | FinalParameters | Parameter xla should be final. | 845 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 846 | |
| coding | MagicNumber | '20' is a magic number. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 852 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 852 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 852 | |
| naming | MethodName | Name 'jj_2_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 852 | |
| misc | FinalParameters | Parameter xla should be final. | 852 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 853 | |
| coding | MagicNumber | '21' is a magic number. | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 859 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 859 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 859 | |
| naming | MethodName | Name 'jj_2_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 859 | |
| misc | FinalParameters | Parameter xla should be final. | 859 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 860 | |
| coding | MagicNumber | '22' is a magic number. | 862 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 866 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 866 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 866 | |
| naming | MethodName | Name 'jj_2_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 866 | |
| misc | FinalParameters | Parameter xla should be final. | 866 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 867 | |
| coding | MagicNumber | '23' is a magic number. | 869 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 873 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 873 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 873 | |
| naming | MethodName | Name 'jj_2_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 873 | |
| misc | FinalParameters | Parameter xla should be final. | 873 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 874 | |
| coding | MagicNumber | '24' is a magic number. | 876 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 880 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 880 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 880 | |
| naming | MethodName | Name 'jj_2_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 880 | |
| misc | FinalParameters | Parameter xla should be final. | 880 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 881 | |
| coding | MagicNumber | '25' is a magic number. | 883 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 887 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 887 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 887 | |
| naming | MethodName | Name 'jj_2_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 887 | |
| misc | FinalParameters | Parameter xla should be final. | 887 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 888 | |
| coding | MagicNumber | '26' is a magic number. | 890 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 894 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 894 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 894 | |
| naming | MethodName | Name 'jj_2_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 894 | |
| misc | FinalParameters | Parameter xla should be final. | 894 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 895 | |
| coding | MagicNumber | '27' is a magic number. | 897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 901 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 901 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 901 | |
| naming | MethodName | Name 'jj_2_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 901 | |
| misc | FinalParameters | Parameter xla should be final. | 901 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 902 | |
| coding | MagicNumber | '28' is a magic number. | 904 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 908 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 908 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 908 | |
| naming | MethodName | Name 'jj_2_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 908 | |
| misc | FinalParameters | Parameter xla should be final. | 908 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 909 | |
| coding | MagicNumber | '29' is a magic number. | 911 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 915 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 915 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 915 | |
| naming | MethodName | Name 'jj_2_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 | |
| misc | FinalParameters | Parameter xla should be final. | 915 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 916 | |
| coding | MagicNumber | '30' is a magic number. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 922 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 922 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 922 | |
| naming | MethodName | Name 'jj_2_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 922 | |
| misc | FinalParameters | Parameter xla should be final. | 922 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 923 | |
| coding | MagicNumber | '31' is a magic number. | 925 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 929 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 929 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 929 | |
| naming | MethodName | Name 'jj_2_33' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 929 | |
| misc | FinalParameters | Parameter xla should be final. | 929 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 930 | |
| coding | MagicNumber | '32' is a magic number. | 932 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 936 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 936 | |
| naming | MethodName | Name 'jj_2_34' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 936 | |
| misc | FinalParameters | Parameter xla should be final. | 936 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 937 | |
| coding | MagicNumber | '33' is a magic number. | 939 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 943 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 943 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 943 | |
| naming | MethodName | Name 'jj_2_35' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 943 | |
| misc | FinalParameters | Parameter xla should be final. | 943 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 944 | |
| coding | MagicNumber | '34' is a magic number. | 946 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 950 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 950 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 950 | |
| naming | MethodName | Name 'jj_2_36' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 950 | |
| misc | FinalParameters | Parameter xla should be final. | 950 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 951 | |
| coding | MagicNumber | '35' is a magic number. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 957 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 957 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 957 | |
| naming | MethodName | Name 'jj_2_37' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 957 | |
| misc | FinalParameters | Parameter xla should be final. | 957 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 958 | |
| coding | MagicNumber | '36' is a magic number. | 960 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 964 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 964 | |
| naming | MethodName | Name 'jj_2_38' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 964 | |
| misc | FinalParameters | Parameter xla should be final. | 964 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 965 | |
| coding | MagicNumber | '37' is a magic number. | 967 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 971 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 971 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 971 | |
| naming | MethodName | Name 'jj_2_39' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 971 | |
| misc | FinalParameters | Parameter xla should be final. | 971 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 972 | |
| coding | MagicNumber | '38' is a magic number. | 974 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 978 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 978 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 978 | |
| naming | MethodName | Name 'jj_2_40' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 978 | |
| misc | FinalParameters | Parameter xla should be final. | 978 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 979 | |
| coding | MagicNumber | '39' is a magic number. | 981 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 985 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 985 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 985 | |
| naming | MethodName | Name 'jj_2_41' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 | |
| misc | FinalParameters | Parameter xla should be final. | 985 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 986 | |
| coding | MagicNumber | '40' is a magic number. | 988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 992 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 992 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 992 | |
| naming | MethodName | Name 'jj_2_42' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 992 | |
| misc | FinalParameters | Parameter xla should be final. | 992 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 993 | |
| coding | MagicNumber | '41' is a magic number. | 995 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 999 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 999 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 999 | |
| naming | MethodName | Name 'jj_2_43' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 999 | |
| misc | FinalParameters | Parameter xla should be final. | 999 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1000 | |
| coding | MagicNumber | '42' is a magic number. | 1002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1006 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1006 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1006 | |
| naming | MethodName | Name 'jj_2_44' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 | |
| misc | FinalParameters | Parameter xla should be final. | 1006 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1007 | |
| coding | MagicNumber | '43' is a magic number. | 1009 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1013 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1013 | |
| naming | MethodName | Name 'jj_2_45' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1013 | |
| misc | FinalParameters | Parameter xla should be final. | 1013 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1014 | |
| coding | MagicNumber | '44' is a magic number. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1020 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1020 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1020 | |
| naming | MethodName | Name 'jj_2_46' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1020 | |
| misc | FinalParameters | Parameter xla should be final. | 1020 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1021 | |
| coding | MagicNumber | '45' is a magic number. | 1023 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1027 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1027 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1027 | |
| naming | MethodName | Name 'jj_2_47' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1027 | |
| misc | FinalParameters | Parameter xla should be final. | 1027 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1028 | |
| coding | MagicNumber | '46' is a magic number. | 1030 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1034 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1034 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1034 | |
| naming | MethodName | Name 'jj_2_48' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1034 | |
| misc | FinalParameters | Parameter xla should be final. | 1034 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1035 | |
| coding | MagicNumber | '47' is a magic number. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1041 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1041 | |
| naming | MethodName | Name 'jj_2_49' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1041 | |
| misc | FinalParameters | Parameter xla should be final. | 1041 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1042 | |
| coding | MagicNumber | '48' is a magic number. | 1044 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1048 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1048 | |
| naming | MethodName | Name 'jj_2_50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1048 | |
| misc | FinalParameters | Parameter xla should be final. | 1048 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1049 | |
| coding | MagicNumber | '49' is a magic number. | 1051 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1055 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1055 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1055 | |
| naming | MethodName | Name 'jj_2_51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1055 | |
| misc | FinalParameters | Parameter xla should be final. | 1055 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1056 | |
| coding | MagicNumber | '50' is a magic number. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1062 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1062 | |
| naming | MethodName | Name 'jj_2_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1062 | |
| misc | FinalParameters | Parameter xla should be final. | 1062 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1063 | |
| coding | MagicNumber | '51' is a magic number. | 1065 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1069 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1069 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1069 | |
| naming | MethodName | Name 'jj_2_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1069 | |
| misc | FinalParameters | Parameter xla should be final. | 1069 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1070 | |
| coding | MagicNumber | '52' is a magic number. | 1072 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1076 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1076 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1076 | |
| naming | MethodName | Name 'jj_2_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1076 | |
| misc | FinalParameters | Parameter xla should be final. | 1076 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1077 | |
| coding | MagicNumber | '53' is a magic number. | 1079 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1083 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1083 | |
| naming | MethodName | Name 'jj_2_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1083 | |
| misc | FinalParameters | Parameter xla should be final. | 1083 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1084 | |
| coding | MagicNumber | '54' is a magic number. | 1086 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1090 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1090 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1090 | |
| naming | MethodName | Name 'jj_2_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1090 | |
| misc | FinalParameters | Parameter xla should be final. | 1090 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1091 | |
| coding | MagicNumber | '55' is a magic number. | 1093 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1097 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1097 | |
| naming | MethodName | Name 'jj_2_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1097 | |
| misc | FinalParameters | Parameter xla should be final. | 1097 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1098 | |
| coding | MagicNumber | '56' is a magic number. | 1100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1104 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1104 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1104 | |
| naming | MethodName | Name 'jj_2_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1104 | |
| misc | FinalParameters | Parameter xla should be final. | 1104 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1105 | |
| coding | MagicNumber | '57' is a magic number. | 1107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1111 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1111 | |
| naming | MethodName | Name 'jj_2_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1111 | |
| misc | FinalParameters | Parameter xla should be final. | 1111 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1112 | |
| coding | MagicNumber | '58' is a magic number. | 1114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1118 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1118 | |
| naming | MethodName | Name 'jj_2_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1118 | |
| misc | FinalParameters | Parameter xla should be final. | 1118 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1119 | |
| coding | MagicNumber | '59' is a magic number. | 1121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1125 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1125 | |
| naming | MethodName | Name 'jj_2_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1125 | |
| misc | FinalParameters | Parameter xla should be final. | 1125 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1126 | |
| coding | MagicNumber | '60' is a magic number. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1132 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1132 | |
| naming | MethodName | Name 'jj_2_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1132 | |
| misc | FinalParameters | Parameter xla should be final. | 1132 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1133 | |
| coding | MagicNumber | '61' is a magic number. | 1135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1139 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1139 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1139 | |
| naming | MethodName | Name 'jj_2_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1139 | |
| misc | FinalParameters | Parameter xla should be final. | 1139 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1140 | |
| coding | MagicNumber | '62' is a magic number. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1146 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1146 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1146 | |
| naming | MethodName | Name 'jj_2_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1146 | |
| misc | FinalParameters | Parameter xla should be final. | 1146 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1147 | |
| coding | MagicNumber | '63' is a magic number. | 1149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1153 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1153 | |
| naming | MethodName | Name 'jj_2_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1153 | |
| misc | FinalParameters | Parameter xla should be final. | 1153 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1154 | |
| coding | MagicNumber | '64' is a magic number. | 1156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1160 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1160 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1160 | |
| naming | MethodName | Name 'jj_2_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1160 | |
| misc | FinalParameters | Parameter xla should be final. | 1160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1161 | |
| coding | MagicNumber | '65' is a magic number. | 1163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1167 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1167 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1167 | |
| naming | MethodName | Name 'jj_2_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1167 | |
| misc | FinalParameters | Parameter xla should be final. | 1167 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1168 | |
| coding | MagicNumber | '66' is a magic number. | 1170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1174 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1174 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1174 | |
| naming | MethodName | Name 'jj_2_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1174 | |
| misc | FinalParameters | Parameter xla should be final. | 1174 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1175 | |
| coding | MagicNumber | '67' is a magic number. | 1177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1181 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1181 | |
| naming | MethodName | Name 'jj_2_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1181 | |
| misc | FinalParameters | Parameter xla should be final. | 1181 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1182 | |
| coding | MagicNumber | '68' is a magic number. | 1184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1188 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1188 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1188 | |
| naming | MethodName | Name 'jj_2_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1188 | |
| misc | FinalParameters | Parameter xla should be final. | 1188 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1189 | |
| coding | MagicNumber | '69' is a magic number. | 1191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1195 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1195 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1195 | |
| naming | MethodName | Name 'jj_2_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1195 | |
| misc | FinalParameters | Parameter xla should be final. | 1195 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1196 | |
| coding | MagicNumber | '70' is a magic number. | 1198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1202 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1202 | |
| naming | MethodName | Name 'jj_2_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1202 | |
| misc | FinalParameters | Parameter xla should be final. | 1202 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1203 | |
| coding | MagicNumber | '71' is a magic number. | 1205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1209 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1209 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1209 | |
| naming | MethodName | Name 'jj_2_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1209 | |
| misc | FinalParameters | Parameter xla should be final. | 1209 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1210 | |
| coding | MagicNumber | '72' is a magic number. | 1212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1216 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1216 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1216 | |
| naming | MethodName | Name 'jj_2_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1216 | |
| misc | FinalParameters | Parameter xla should be final. | 1216 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1217 | |
| coding | MagicNumber | '73' is a magic number. | 1219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1223 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1223 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1223 | |
| naming | MethodName | Name 'jj_2_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1223 | |
| misc | FinalParameters | Parameter xla should be final. | 1223 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1224 | |
| coding | MagicNumber | '74' is a magic number. | 1226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1230 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1230 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1230 | |
| naming | MethodName | Name 'jj_2_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1230 | |
| misc | FinalParameters | Parameter xla should be final. | 1230 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1231 | |
| coding | MagicNumber | '75' is a magic number. | 1233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1237 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1237 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1237 | |
| naming | MethodName | Name 'jj_2_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1237 | |
| misc | FinalParameters | Parameter xla should be final. | 1237 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1238 | |
| coding | MagicNumber | '76' is a magic number. | 1240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1244 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1244 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1244 | |
| naming | MethodName | Name 'jj_2_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1244 | |
| misc | FinalParameters | Parameter xla should be final. | 1244 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1245 | |
| coding | MagicNumber | '77' is a magic number. | 1247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1251 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1251 | |
| naming | MethodName | Name 'jj_2_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1251 | |
| misc | FinalParameters | Parameter xla should be final. | 1251 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1252 | |
| coding | MagicNumber | '78' is a magic number. | 1254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1258 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1258 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1258 | |
| naming | MethodName | Name 'jj_2_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1258 | |
| misc | FinalParameters | Parameter xla should be final. | 1258 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1259 | |
| coding | MagicNumber | '79' is a magic number. | 1261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1265 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1265 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1265 | |
| naming | MethodName | Name 'jj_2_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1265 | |
| misc | FinalParameters | Parameter xla should be final. | 1265 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1266 | |
| coding | MagicNumber | '80' is a magic number. | 1268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1272 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1272 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1272 | |
| naming | MethodName | Name 'jj_2_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1272 | |
| misc | FinalParameters | Parameter xla should be final. | 1272 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1273 | |
| coding | MagicNumber | '81' is a magic number. | 1275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1279 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1279 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1279 | |
| naming | MethodName | Name 'jj_2_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1279 | |
| misc | FinalParameters | Parameter xla should be final. | 1279 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1280 | |
| coding | MagicNumber | '82' is a magic number. | 1282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1286 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1286 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1286 | |
| naming | MethodName | Name 'jj_2_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1286 | |
| misc | FinalParameters | Parameter xla should be final. | 1286 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1287 | |
| coding | MagicNumber | '83' is a magic number. | 1289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1293 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1293 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1293 | |
| naming | MethodName | Name 'jj_2_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1293 | |
| misc | FinalParameters | Parameter xla should be final. | 1293 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1294 | |
| coding | MagicNumber | '84' is a magic number. | 1296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1300 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1300 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1300 | |
| naming | MethodName | Name 'jj_2_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1300 | |
| misc | FinalParameters | Parameter xla should be final. | 1300 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1301 | |
| coding | MagicNumber | '85' is a magic number. | 1303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1307 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1307 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1307 | |
| naming | MethodName | Name 'jj_2_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1307 | |
| misc | FinalParameters | Parameter xla should be final. | 1307 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1308 | |
| coding | MagicNumber | '86' is a magic number. | 1310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1314 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1314 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1314 | |
| naming | MethodName | Name 'jj_2_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1314 | |
| misc | FinalParameters | Parameter xla should be final. | 1314 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1315 | |
| coding | MagicNumber | '87' is a magic number. | 1317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1321 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1321 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1321 | |
| naming | MethodName | Name 'jj_2_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1321 | |
| misc | FinalParameters | Parameter xla should be final. | 1321 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1322 | |
| coding | MagicNumber | '88' is a magic number. | 1324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1328 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1328 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1328 | |
| naming | MethodName | Name 'jj_2_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1328 | |
| misc | FinalParameters | Parameter xla should be final. | 1328 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1329 | |
| coding | MagicNumber | '89' is a magic number. | 1331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1335 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1335 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1335 | |
| naming | MethodName | Name 'jj_2_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1335 | |
| misc | FinalParameters | Parameter xla should be final. | 1335 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1336 | |
| coding | MagicNumber | '90' is a magic number. | 1338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1342 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1342 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1342 | |
| naming | MethodName | Name 'jj_2_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1342 | |
| misc | FinalParameters | Parameter xla should be final. | 1342 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1343 | |
| coding | MagicNumber | '91' is a magic number. | 1345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1349 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1349 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1349 | |
| naming | MethodName | Name 'jj_2_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1349 | |
| misc | FinalParameters | Parameter xla should be final. | 1349 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1350 | |
| coding | MagicNumber | '92' is a magic number. | 1352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1356 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1356 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1356 | |
| naming | MethodName | Name 'jj_2_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1356 | |
| misc | FinalParameters | Parameter xla should be final. | 1356 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1357 | |
| coding | MagicNumber | '93' is a magic number. | 1359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1363 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1363 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1363 | |
| naming | MethodName | Name 'jj_2_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1363 | |
| misc | FinalParameters | Parameter xla should be final. | 1363 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1364 | |
| coding | MagicNumber | '94' is a magic number. | 1366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1370 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1370 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1370 | |
| naming | MethodName | Name 'jj_3_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1376 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1376 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1376 | |
| naming | MethodName | Name 'jj_3_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1382 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1382 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1382 | |
| naming | MethodName | Name 'jj_3_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1388 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1388 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1388 | |
| naming | MethodName | Name 'jj_3_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1399 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1399 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1399 | |
| naming | MethodName | Name 'jj_3_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1405 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1405 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1405 | |
| naming | MethodName | Name 'jj_3_44' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1411 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1411 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1411 | |
| naming | MethodName | Name 'jj_3_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1417 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1417 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1417 | |
| naming | MethodName | Name 'jj_3_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1423 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1423 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1423 | |
| naming | MethodName | Name 'jj_3_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1431 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1431 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1431 | |
| naming | MethodName | Name 'jj_3_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1437 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1437 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1437 | |
| naming | MethodName | Name 'jj_3_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1443 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1443 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1443 | |
| naming | MethodName | Name 'jj_3_47' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1449 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1449 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1449 | |
| naming | MethodName | Name 'jj_3_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1451 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1468 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1468 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1468 | |
| naming | MethodName | Name 'jj_3_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1474 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1474 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1474 | |
| naming | MethodName | Name 'jj_3_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1485 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1485 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1485 | |
| naming | MethodName | Name 'jj_3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1486 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1491 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1491 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1491 | |
| naming | MethodName | Name 'jj_3_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1497 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1497 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1497 | |
| naming | MethodName | Name 'jj_3_50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1503 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1503 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1503 | |
| naming | MethodName | Name 'jj_3_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1509 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1509 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1509 | |
| naming | MethodName | Name 'jj_3R_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1511 | |
| blocks | LeftCurly | '{' should have line break after. | 1515 | |
| blocks | RightCurly | '}' should have line break before. | 1515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1523 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1523 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1523 | |
| naming | MethodName | Name 'jj_3R_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1524 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1526 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1529 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1533 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1533 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1533 | |
| naming | MethodName | Name 'jj_3_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1539 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1539 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1539 | |
| naming | MethodName | Name 'jj_3_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1554 | |
| blocks | LeftCurly | '{' should have line break after. | 1557 | |
| blocks | RightCurly | '}' should have line break before. | 1557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1565 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1565 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1565 | |
| naming | MethodName | Name 'jj_3_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1566 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1571 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1571 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1571 | |
| naming | MethodName | Name 'jj_3_46' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1571 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1573 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1576 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1577 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1578 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1582 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1586 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1586 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1586 | |
| naming | MethodName | Name 'jj_3_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1592 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1592 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1592 | |
| naming | MethodName | Name 'jj_3_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1594 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1602 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1602 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1602 | |
| naming | MethodName | Name 'jj_3_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1604 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1607 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1612 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1612 | |
| naming | MethodName | Name 'jj_3_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1618 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1618 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1618 | |
| naming | MethodName | Name 'jj_3_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1618 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1626 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1626 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1626 | |
| naming | MethodName | Name 'jj_3_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1632 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1632 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1632 | |
| naming | MethodName | Name 'jj_3_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1632 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1638 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1638 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1638 | |
| naming | MethodName | Name 'jj_3_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1644 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1644 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1644 | |
| naming | MethodName | Name 'jj_3_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1644 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1645 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1646 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1650 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1650 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1650 | |
| naming | MethodName | Name 'jj_3_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1650 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1656 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1656 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1656 | |
| naming | MethodName | Name 'jj_3_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1658 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1662 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1662 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1662 | |
| naming | MethodName | Name 'jj_3_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1662 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1664 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1668 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1668 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1668 | |
| naming | MethodName | Name 'jj_3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1679 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1681 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1683 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1688 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1688 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1688 | |
| naming | MethodName | Name 'jj_3_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1688 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1690 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1694 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1694 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1694 | |
| naming | MethodName | Name 'jj_3_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1696 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1700 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1700 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1700 | |
| naming | MethodName | Name 'jj_3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1701 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1706 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1706 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1706 | |
| naming | MethodName | Name 'jj_3_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1706 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1707 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1708 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1712 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1712 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1712 | |
| naming | MethodName | Name 'jj_3_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1712 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1718 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1718 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1718 | |
| naming | MethodName | Name 'jj_3_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1718 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1719 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1720 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1721 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1728 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1733 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1733 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1733 | |
| naming | MethodName | Name 'jj_3_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1733 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1739 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1739 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1739 | |
| naming | MethodName | Name 'jj_3_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1740 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1741 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1745 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1745 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1745 | |
| naming | MethodName | Name 'jj_3R_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1745 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1748 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1750 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1751 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1755 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1755 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1755 | |
| naming | MethodName | Name 'jj_3_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1757 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1760 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1761 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1765 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1765 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1765 | |
| naming | MethodName | Name 'jj_3R_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1768 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1771 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1775 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1775 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1775 | |
| naming | MethodName | Name 'jj_3_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1776 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1781 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1781 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1781 | |
| naming | MethodName | Name 'jj_3_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1783 | |
| blocks | LeftCurly | '{' should have line break after. | 1787 | |
| blocks | RightCurly | '}' should have line break before. | 1787 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1791 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1795 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1795 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1795 | |
| naming | MethodName | Name 'jj_3_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1795 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1801 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1801 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1801 | |
| naming | MethodName | Name 'jj_3_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1803 | |
| blocks | LeftCurly | '{' should have line break after. | 1807 | |
| blocks | RightCurly | '}' should have line break before. | 1807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1811 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1815 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1815 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1815 | |
| naming | MethodName | Name 'jj_3_36' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1815 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1817 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1821 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1821 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1821 | |
| naming | MethodName | Name 'jj_3R_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1821 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1828 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1832 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1832 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1832 | |
| naming | MethodName | Name 'jj_3_43' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1832 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1833 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1834 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1838 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1838 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1838 | |
| naming | MethodName | Name 'jj_3_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1839 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1844 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1844 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1844 | |
| naming | MethodName | Name 'jj_3_33' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1844 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1845 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1846 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1850 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1850 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1850 | |
| naming | MethodName | Name 'jj_3_42' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1850 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1851 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1852 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1856 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1856 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1856 | |
| naming | MethodName | Name 'jj_3_41' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1858 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1862 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1862 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1862 | |
| naming | MethodName | Name 'jj_3_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1862 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1863 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1868 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1868 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1868 | |
| naming | MethodName | Name 'jj_3R_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1868 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1875 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1877 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1882 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1882 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1882 | |
| naming | MethodName | Name 'jj_3_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1882 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1883 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1884 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1886 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1892 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1892 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1892 | |
| naming | MethodName | Name 'jj_3_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1892 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1894 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1896 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1900 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1900 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1900 | |
| naming | MethodName | Name 'jj_3_40' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1901 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1902 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1906 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1906 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1906 | |
| naming | MethodName | Name 'jj_3_35' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1906 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1907 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1908 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1912 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1912 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1912 | |
| naming | MethodName | Name 'jj_3_37' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1912 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1914 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1917 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1919 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1922 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1927 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1927 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1927 | |
| naming | MethodName | Name 'jj_3_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1928 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1929 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1933 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1933 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1933 | |
| naming | MethodName | Name 'jj_3_39' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1933 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1935 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1936 | |
| blocks | LeftCurly | '{' should have line break after. | 1939 | |
| blocks | RightCurly | '}' should have line break before. | 1939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1947 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1947 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1947 | |
| naming | MethodName | Name 'jj_3_32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1947 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1953 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1953 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1953 | |
| naming | MethodName | Name 'jj_3_34' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1953 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1954 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1955 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1958 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1963 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1964 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1968 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1968 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1968 | |
| naming | MethodName | Name 'jj_3_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1968 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1969 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1970 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1972 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1973 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1974 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1978 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1978 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1978 | |
| naming | MethodName | Name 'jj_3_38' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1981 | |
| blocks | LeftCurly | '{' should have line break after. | 1984 | |
| blocks | RightCurly | '}' should have line break before. | 1984 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1985 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1992 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1992 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1992 | |
| naming | MethodName | Name 'jj_3_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1992 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1997 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1998 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1999 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2001 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2006 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2006 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2006 | |
| naming | MethodName | Name 'jj_3_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2006 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2007 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2008 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2012 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2012 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2012 | |
| naming | MethodName | Name 'jj_3R_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2013 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2014 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2017 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2019 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2020 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2023 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2029 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2031 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2032 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2036 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2036 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2036 | |
| naming | MethodName | Name 'jj_3R_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2037 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2040 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2041 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2042 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2046 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2046 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2046 | |
| naming | MethodName | Name 'jj_3_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2046 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2047 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2052 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2052 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2052 | |
| naming | MethodName | Name 'jj_3_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2052 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2053 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2054 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2058 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2058 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2058 | |
| naming | MethodName | Name 'jj_3_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2058 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2060 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2064 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2064 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2064 | |
| naming | MethodName | Name 'jj_3_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2064 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2065 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2066 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2070 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2070 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2070 | |
| naming | MethodName | Name 'jj_3_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2070 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2071 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2072 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2076 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2076 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2076 | |
| naming | MethodName | Name 'jj_3_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2076 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2077 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2082 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2082 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2082 | |
| naming | MethodName | Name 'jj_3R_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2082 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2087 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2089 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2091 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2092 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2096 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2096 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2096 | |
| naming | MethodName | Name 'jj_3_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2096 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2097 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2098 | |
| blocks | LeftCurly | '{' should have line break after. | 2102 | |
| blocks | RightCurly | '}' should have line break before. | 2102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2110 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2110 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2110 | |
| naming | MethodName | Name 'jj_3_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2116 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2116 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2116 | |
| naming | MethodName | Name 'jj_3_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2122 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2122 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2122 | |
| naming | MethodName | Name 'jj_3_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2128 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2128 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2128 | |
| naming | MethodName | Name 'jj_3_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2130 | |
| blocks | LeftCurly | '{' should have line break after. | 2134 | |
| blocks | RightCurly | '}' should have line break before. | 2134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2142 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2142 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2142 | |
| naming | MethodName | Name 'jj_3_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2148 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2148 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2148 | |
| naming | MethodName | Name 'jj_3_45' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2154 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2154 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2154 | |
| naming | MethodName | Name 'jj_3_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2169 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2169 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2169 | |
| naming | MethodName | Name 'jj_3_48' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2175 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2175 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2175 | |
| naming | MethodName | Name 'jj_3R_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2186 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2186 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2186 | |
| naming | MethodName | Name 'jj_3_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2189 | |
| blocks | LeftCurly | '{' should have line break after. | 2192 | |
| blocks | RightCurly | '}' should have line break before. | 2192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2200 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2200 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2200 | |
| naming | MethodName | Name 'jj_3R_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2221 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2221 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2221 | |
| naming | MethodName | Name 'jj_3_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2227 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2227 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2227 | |
| naming | MethodName | Name 'jj_3_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2233 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2233 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2233 | |
| naming | MethodName | Name 'jj_3_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2239 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2239 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2239 | |
| naming | MethodName | Name 'jj_3_51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2245 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2245 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2245 | |
| naming | MethodName | Name 'jj_3_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2251 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2251 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2251 | |
| naming | MethodName | Name 'jj_3_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2261 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2261 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2261 | |
| naming | MethodName | Name 'jj_3_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2267 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2267 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2267 | |
| naming | MethodName | Name 'jj_3_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2273 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2273 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2273 | |
| naming | MethodName | Name 'jj_3_49' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2279 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2279 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2279 | |
| naming | MethodName | Name 'jj_3_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2281 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2285 | |
| naming | MemberName | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2285 | |
| design | VisibilityModifier | Variable 'token_source' must be private and have accessor methods. | 2285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2286 | |
| design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 2286 | |
| naming | MemberName | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2286 | |
| design | VisibilityModifier | Variable 'jj_nt' must be private and have accessor methods. | 2286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2287 | |
| naming | MemberName | Name 'jj_scanpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2287 | |
| naming | MemberName | Name 'jj_lastpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2288 | |
| naming | MemberName | Name 'jj_la' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2288 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2289 | |
| design | VisibilityModifier | Variable 'lookingAhead' must be private and have accessor methods. | 2289 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2290 | |
| naming | MemberName | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2290 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2291 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2291 | |
| naming | MemberName | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2291 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2292 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2292 | |
| naming | MemberName | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2293 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2293 | |
| naming | MemberName | Name 'jj_la1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2293 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2294 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2294 | |
| naming | MemberName | Name 'jj_la1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2294 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2295 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2295 | |
| naming | MemberName | Name 'jj_2_rtns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2295 | |
| coding | MagicNumber | '95' is a magic number. | 2295 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2296 | |
| naming | MemberName | Name 'jj_rescan' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2297 | |
| naming | MemberName | Name 'jj_gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2299 | |
| misc | FinalParameters | Parameter stream should be final. | 2299 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2303 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2304 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2307 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2307 | |
| misc | FinalParameters | Parameter stream should be final. | 2307 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2311 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2315 | |
| misc | FinalParameters | Parameter tm should be final. | 2315 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2319 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2320 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2323 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2323 | |
| misc | FinalParameters | Parameter tm should be final. | 2323 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2327 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2331 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2331 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2331 | |
| naming | MethodName | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2331 | |
| misc | FinalParameters | Parameter kind should be final. | 2331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2333 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2333 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2334 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2334 | |
| coding | MagicNumber | '100' is a magic number. | 2337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2354 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2354 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2354 | |
| naming | MethodName | Name 'jj_scan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2354 | |
| misc | FinalParameters | Parameter kind should be final. | 2354 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2358 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2358 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2360 | |
| blocks | LeftCurly | '{' should have line break after. | 2367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2373 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2374 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2375 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2380 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2380 | |
| misc | FinalParameters | Parameter index should be final. | 2380 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2383 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2384 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2384 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2389 | |
| naming | MemberName | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2389 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2390 | |
| naming | MemberName | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2390 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2391 | |
| naming | MemberName | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2391 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2392 | |
| naming | MemberName | Name 'jj_lasttokens' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2392 | |
| coding | MagicNumber | '100' is a magic number. | 2392 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2393 | |
| naming | MemberName | Name 'jj_endpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2395 | |
| naming | MethodName | Name 'jj_add_error_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2395 | |
| misc | FinalParameters | Parameter kind should be final. | 2395 | |
| misc | FinalParameters | Parameter pos should be final. | 2395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2396 | |
| coding | MagicNumber | '100' is a magic number. | 2396 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2405 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 2406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2419 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2423 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2423 | |
| coding | MagicNumber | '77' is a magic number. | 2425 | |
| coding | MagicNumber | '77' is a magic number. | 2426 | |
| coding | MagicNumber | '32' is a magic number. | 2435 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 2436 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 2436 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 2439 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 2439 | |
| coding | MagicNumber | '32' is a magic number. | 2440 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 2440 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 2440 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 2442 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 2442 | |
| coding | MagicNumber | '64' is a magic number. | 2443 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 2443 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 2443 | |
| coding | MagicNumber | '77' is a magic number. | 2448 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 2460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2465 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2465 | |
| naming | MethodName | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2468 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 2468 | |
| naming | MethodName | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2471 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2471 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2471 | |
| naming | MethodName | Name 'jj_rescan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2471 | |
| coding | MagicNumber | '95' is a magic number. | 2473 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2477 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2478 | |
| coding | MagicNumber | '3' is a magic number. | 2482 | |
| coding | MagicNumber | '4' is a magic number. | 2483 | |
| coding | MagicNumber | '5' is a magic number. | 2484 | |
| coding | MagicNumber | '6' is a magic number. | 2485 | |
| coding | MagicNumber | '7' is a magic number. | 2486 | |
| coding | MagicNumber | '8' is a magic number. | 2487 | |
| coding | MagicNumber | '9' is a magic number. | 2488 | |
| coding | MagicNumber | '10' is a magic number. | 2489 | |
| coding | MagicNumber | '11' is a magic number. | 2490 | |
| coding | MagicNumber | '12' is a magic number. | 2491 | |
| coding | MagicNumber | '13' is a magic number. | 2492 | |
| coding | MagicNumber | '14' is a magic number. | 2493 | |
| coding | MagicNumber | '15' is a magic number. | 2494 | |
| coding | MagicNumber | '16' is a magic number. | 2495 | |
| coding | MagicNumber | '17' is a magic number. | 2496 | |
| coding | MagicNumber | '18' is a magic number. | 2497 | |
| coding | MagicNumber | '19' is a magic number. | 2498 | |
| coding | MagicNumber | '20' is a magic number. | 2499 | |
| coding | MagicNumber | '21' is a magic number. | 2500 | |
| coding | MagicNumber | '22' is a magic number. | 2501 | |
| coding | MagicNumber | '23' is a magic number. | 2502 | |
| coding | MagicNumber | '24' is a magic number. | 2503 | |
| coding | MagicNumber | '25' is a magic number. | 2504 | |
| coding | MagicNumber | '26' is a magic number. | 2505 | |
| coding | MagicNumber | '27' is a magic number. | 2506 | |
| coding | MagicNumber | '28' is a magic number. | 2507 | |
| coding | MagicNumber | '29' is a magic number. | 2508 | |
| coding | MagicNumber | '30' is a magic number. | 2509 | |
| coding | MagicNumber | '31' is a magic number. | 2510 | |
| coding | MagicNumber | '32' is a magic number. | 2511 | |
| coding | MagicNumber | '33' is a magic number. | 2512 | |
| coding | MagicNumber | '34' is a magic number. | 2513 | |
| coding | MagicNumber | '35' is a magic number. | 2514 | |
| coding | MagicNumber | '36' is a magic number. | 2515 | |
| coding | MagicNumber | '37' is a magic number. | 2516 | |
| coding | MagicNumber | '38' is a magic number. | 2517 | |
| coding | MagicNumber | '39' is a magic number. | 2518 | |
| coding | MagicNumber | '40' is a magic number. | 2519 | |
| coding | MagicNumber | '41' is a magic number. | 2520 | |
| coding | MagicNumber | '42' is a magic number. | 2521 | |
| coding | MagicNumber | '43' is a magic number. | 2522 | |
| coding | MagicNumber | '44' is a magic number. | 2523 | |
| coding | MagicNumber | '45' is a magic number. | 2524 | |
| coding | MagicNumber | '46' is a magic number. | 2525 | |
| coding | MagicNumber | '47' is a magic number. | 2526 | |
| coding | MagicNumber | '48' is a magic number. | 2527 | |
| coding | MagicNumber | '49' is a magic number. | 2528 | |
| coding | MagicNumber | '50' is a magic number. | 2529 | |
| coding | MagicNumber | '51' is a magic number. | 2530 | |
| coding | MagicNumber | '52' is a magic number. | 2531 | |
| coding | MagicNumber | '53' is a magic number. | 2532 | |
| coding | MagicNumber | '54' is a magic number. | 2533 | |
| coding | MagicNumber | '55' is a magic number. | 2534 | |
| coding | MagicNumber | '56' is a magic number. | 2535 | |
| coding | MagicNumber | '57' is a magic number. | 2536 | |
| coding | MagicNumber | '58' is a magic number. | 2537 | |
| coding | MagicNumber | '59' is a magic number. | 2538 | |
| coding | MagicNumber | '60' is a magic number. | 2539 | |
| coding | MagicNumber | '61' is a magic number. | 2540 | |
| coding | MagicNumber | '62' is a magic number. | 2541 | |
| coding | MagicNumber | '63' is a magic number. | 2542 | |
| coding | MagicNumber | '64' is a magic number. | 2543 | |
| coding | MagicNumber | '65' is a magic number. | 2544 | |
| coding | MagicNumber | '66' is a magic number. | 2545 | |
| coding | MagicNumber | '67' is a magic number. | 2546 | |
| coding | MagicNumber | '68' is a magic number. | 2547 | |
| coding | MagicNumber | '69' is a magic number. | 2548 | |
| coding | MagicNumber | '70' is a magic number. | 2549 | |
| coding | MagicNumber | '71' is a magic number. | 2550 | |
| coding | MagicNumber | '72' is a magic number. | 2551 | |
| coding | MagicNumber | '73' is a magic number. | 2552 | |
| coding | MagicNumber | '74' is a magic number. | 2553 | |
| coding | MagicNumber | '75' is a magic number. | 2554 | |
| coding | MagicNumber | '76' is a magic number. | 2555 | |
| coding | MagicNumber | '77' is a magic number. | 2556 | |
| coding | MagicNumber | '78' is a magic number. | 2557 | |
| coding | MagicNumber | '79' is a magic number. | 2558 | |
| coding | MagicNumber | '80' is a magic number. | 2559 | |
| coding | MagicNumber | '81' is a magic number. | 2560 | |
| coding | MagicNumber | '82' is a magic number. | 2561 | |
| coding | MagicNumber | '83' is a magic number. | 2562 | |
| coding | MagicNumber | '84' is a magic number. | 2563 | |
| coding | MagicNumber | '85' is a magic number. | 2564 | |
| coding | MagicNumber | '86' is a magic number. | 2565 | |
| coding | MagicNumber | '87' is a magic number. | 2566 | |
| coding | MagicNumber | '88' is a magic number. | 2567 | |
| coding | MagicNumber | '89' is a magic number. | 2568 | |
| coding | MagicNumber | '90' is a magic number. | 2569 | |
| coding | MagicNumber | '91' is a magic number. | 2570 | |
| coding | MagicNumber | '92' is a magic number. | 2571 | |
| coding | MagicNumber | '93' is a magic number. | 2572 | |
| coding | MagicNumber | '94' is a magic number. | 2573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2582 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2582 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 2582 | |
| naming | MethodName | Name 'jj_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2582 | |
| misc | FinalParameters | Parameter index should be final. | 2582 | |
| misc | FinalParameters | Parameter xla should be final. | 2582 | |
| blocks | LeftCurly | '{' should have line break after. | 2585 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2585 | |
| blocks | RightCurly | '}' should have line break before. | 2585 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 2591 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2592 | |
| design | VisibilityModifier | Variable 'gen' must be private and have accessor methods. | 2592 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2593 | |
| design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 2593 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2594 | |
| design | VisibilityModifier | Variable 'arg' must be private and have accessor methods. | 2594 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2595 | |
| design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 2595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 4 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 6 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | ConstantName | Name 'GE_VAlUE_CHAR_DQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | ConstantName | Name 'GE_VAlUE_CHAR_SQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| naming | ConstantName | Name 'WithinComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| naming | ConstantName | Name 'WithinAttrDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| naming | ConstantName | Name 'WithinAttrValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| naming | ConstantName | Name 'WithinAttrValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | ConstantName | Name 'WithinGEDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| naming | ConstantName | Name 'System_GE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| naming | ConstantName | Name 'Public_GE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| naming | ConstantName | Name 'WithinGEValueDQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | ConstantName | Name 'WithinGEValueSQ' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | ConstantName | Name 'WithinNotationDecl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| naming | ConstantName | Name 'System_NOT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| naming | ConstantName | Name 'Public_NOT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| naming | ConstantName | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | FileLength | File length is 2,738 lines (max allowed is 2,000). | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 4 | |
| blocks | LeftCurly | '{' should be on the previous line. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 6 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 6 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 6 | |
| blocks | LeftCurly | '{' should be on the previous line. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 10 | |
| misc | FinalParameters | Parameter state should be final. | 10 | |
| blocks | LeftCurly | '{' should be on the previous line. | 11 | |
| blocks | LeftCurly | '{' should be on the previous line. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 18 | |
| misc | FinalParameters | Parameter end should be final. | 18 | |
| blocks | LeftCurly | '{' should be on the previous line. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 24 | |
| misc | FinalParameters | Parameter state1 should be final. | 24 | |
| misc | FinalParameters | Parameter state2 should be final. | 24 | |
| blocks | LeftCurly | '{' should be on the previous line. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 29 | |
| naming | MethodName | Name 'jjMoveNfa_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| misc | FinalParameters | Parameter startState should be final. | 29 | |
| misc | FinalParameters | Parameter curPos should be final. | 29 | |
| blocks | LeftCurly | '{' should be on the previous line. | 30 | |
| coding | MagicNumber | '6' is a magic number. | 32 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 35 | |
| blocks | LeftCurly | '{' should be on the previous line. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 38 | |
| coding | MagicNumber | '64' is a magic number. | 40 | |
| blocks | LeftCurly | '{' should be on the previous line. | 41 | |
| blocks | LeftCurly | '{' should be on the previous line. | 44 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 45 | |
| blocks | LeftCurly | '{' should be on the previous line. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| coding | MagicNumber | '39' is a magic number. | 48 | |
| coding | MagicNumber | '4' is a magic number. | 49 | |
| coding | MagicNumber | '5' is a magic number. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| coding | MagicNumber | '34' is a magic number. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| coding | MagicNumber | '0xafffffbb00002400L' is a magic number. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| coding | MagicNumber | '34' is a magic number. | 58 | |
| coding | MagicNumber | '76' is a magic number. | 58 | |
| coding | MagicNumber | '76' is a magic number. | 59 | |
| coding | MagicNumber | '3' is a magic number. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| coding | MagicNumber | '39' is a magic number. | 62 | |
| coding | MagicNumber | '4' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| coding | MagicNumber | '4' is a magic number. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| coding | MagicNumber | '0xafffff3f00002400L' is a magic number. | 66 | |
| coding | MagicNumber | '4' is a magic number. | 67 | |
| coding | MagicNumber | '5' is a magic number. | 67 | |
| coding | MagicNumber | '5' is a magic number. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| coding | MagicNumber | '39' is a magic number. | 70 | |
| coding | MagicNumber | '76' is a magic number. | 70 | |
| coding | MagicNumber | '76' is a magic number. | 71 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 75 | |
| blocks | RightCurly | '}' should be on the same line. | 76 | |
| coding | MagicNumber | '128' is a magic number. | 77 | |
| blocks | LeftCurly | '{' should be on the previous line. | 78 | |
| coding | MagicNumber | '077' is a magic number. | 79 | |
| blocks | LeftCurly | '{' should be on the previous line. | 81 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 82 | |
| blocks | LeftCurly | '{' should be on the previous line. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 85 | |
| coding | MagicNumber | '4' is a magic number. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 89 | |
| coding | MagicNumber | '3' is a magic number. | 90 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 94 | |
| blocks | RightCurly | '}' should be on the same line. | 95 | |
| blocks | LeftCurly | '{' should be on the previous line. | 97 | |
| blocks | LeftCurly | '{' should be on the previous line. | 99 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 100 | |
| blocks | LeftCurly | '{' should be on the previous line. | 101 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 106 | |
| blocks | LeftCurly | '{' should be on the previous line. | 107 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 113 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 113 | |
| coding | MagicNumber | '6' is a magic number. | 113 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 113 | |
| blocks | LeftCurly | '{' should have line break after. | 115 | |
| blocks | RightCurly | '}' should be on the same line. | 115 | |
| blocks | RightCurly | '}' should have line break before. | 115 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 116 | |
| blocks | LeftCurly | '{' should have line break after. | 116 | |
| blocks | RightCurly | '}' should have line break before. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 119 | |
| misc | FinalParameters | Parameter pos should be final. | 119 | |
| misc | FinalParameters | Parameter kind should be final. | 119 | |
| blocks | LeftCurly | '{' should be on the previous line. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| blocks | LeftCurly | '{' should be on the previous line. | 126 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 127 | |
| blocks | LeftCurly | '{' should be on the previous line. | 128 | |
| coding | MagicNumber | '39' is a magic number. | 129 | |
| coding | MagicNumber | '67' is a magic number. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| naming | ConstantName | Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 138 | |
| naming | MethodName | Name 'jjMoveNfa_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| misc | FinalParameters | Parameter startState should be final. | 138 | |
| misc | FinalParameters | Parameter curPos should be final. | 138 | |
| blocks | LeftCurly | '{' should be on the previous line. | 139 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 144 | |
| blocks | LeftCurly | '{' should be on the previous line. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 147 | |
| coding | MagicNumber | '64' is a magic number. | 149 | |
| blocks | LeftCurly | '{' should be on the previous line. | 150 | |
| blocks | LeftCurly | '{' should be on the previous line. | 153 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 154 | |
| blocks | LeftCurly | '{' should be on the previous line. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| coding | MagicNumber | '0xffffff5fffffffffL' is a magic number. | 157 | |
| coding | MagicNumber | '66' is a magic number. | 158 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 162 | |
| blocks | RightCurly | '}' should be on the same line. | 163 | |
| coding | MagicNumber | '128' is a magic number. | 164 | |
| blocks | LeftCurly | '{' should be on the previous line. | 165 | |
| blocks | LeftCurly | '{' should be on the previous line. | 167 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 168 | |
| blocks | LeftCurly | '{' should be on the previous line. | 169 | |
| coding | MagicNumber | '66' is a magic number. | 171 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 175 | |
| blocks | RightCurly | '}' should be on the same line. | 176 | |
| blocks | LeftCurly | '{' should be on the previous line. | 178 | |
| coding | MagicNumber | '0xff' is a magic number. | 179 | |
| coding | MagicNumber | '6' is a magic number. | 179 | |
| coding | MagicNumber | '077' is a magic number. | 180 | |
| blocks | LeftCurly | '{' should be on the previous line. | 182 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 183 | |
| blocks | LeftCurly | '{' should be on the previous line. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| coding | MagicNumber | '66' is a magic number. | 186 | |
| coding | MagicNumber | '66' is a magic number. | 187 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 191 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 193 | |
| blocks | LeftCurly | '{' should be on the previous line. | 194 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 200 | |
| blocks | LeftCurly | '{' should have line break after. | 202 | |
| blocks | RightCurly | '}' should be on the same line. | 202 | |
| blocks | RightCurly | '}' should have line break before. | 202 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 203 | |
| blocks | LeftCurly | '{' should have line break after. | 203 | |
| blocks | RightCurly | '}' should have line break before. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 206 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| blocks | LeftCurly | '{' should be on the previous line. | 207 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 208 | |
| blocks | LeftCurly | '{' should be on the previous line. | 209 | |
| coding | MagicNumber | '39' is a magic number. | 210 | |
| coding | MagicNumber | '51' is a magic number. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 216 | |
| naming | MethodName | Name 'jjMoveNfa_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
| misc | FinalParameters | Parameter startState should be final. | 216 | |
| misc | FinalParameters | Parameter curPos should be final. | 216 | |
| blocks | LeftCurly | '{' should be on the previous line. | 217 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 222 | |
| blocks | LeftCurly | '{' should be on the previous line. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 225 | |
| coding | MagicNumber | '64' is a magic number. | 227 | |
| blocks | LeftCurly | '{' should be on the previous line. | 228 | |
| blocks | LeftCurly | '{' should be on the previous line. | 231 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 232 | |
| blocks | LeftCurly | '{' should be on the previous line. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| coding | MagicNumber | '0xefffff7fffffffffL' is a magic number. | 235 | |
| coding | MagicNumber | '50' is a magic number. | 236 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 240 | |
| blocks | RightCurly | '}' should be on the same line. | 241 | |
| coding | MagicNumber | '128' is a magic number. | 242 | |
| blocks | LeftCurly | '{' should be on the previous line. | 243 | |
| blocks | LeftCurly | '{' should be on the previous line. | 245 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 246 | |
| blocks | LeftCurly | '{' should be on the previous line. | 247 | |
| coding | MagicNumber | '50' is a magic number. | 249 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 253 | |
| blocks | RightCurly | '}' should be on the same line. | 254 | |
| blocks | LeftCurly | '{' should be on the previous line. | 256 | |
| coding | MagicNumber | '0xff' is a magic number. | 257 | |
| coding | MagicNumber | '6' is a magic number. | 257 | |
| coding | MagicNumber | '077' is a magic number. | 258 | |
| blocks | LeftCurly | '{' should be on the previous line. | 260 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 261 | |
| blocks | LeftCurly | '{' should be on the previous line. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| coding | MagicNumber | '50' is a magic number. | 264 | |
| coding | MagicNumber | '50' is a magic number. | 265 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 269 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 271 | |
| blocks | LeftCurly | '{' should be on the previous line. | 272 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 278 | |
| blocks | LeftCurly | '{' should have line break after. | 280 | |
| blocks | RightCurly | '}' should be on the same line. | 280 | |
| blocks | RightCurly | '}' should have line break before. | 280 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 281 | |
| blocks | LeftCurly | '{' should have line break after. | 281 | |
| blocks | RightCurly | '}' should have line break before. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 284 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| blocks | LeftCurly | '{' should be on the previous line. | 285 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 286 | |
| blocks | LeftCurly | '{' should be on the previous line. | 287 | |
| coding | MagicNumber | '62' is a magic number. | 288 | |
| coding | MagicNumber | '74' is a magic number. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 294 | |
| naming | MethodName | Name 'jjMoveNfa_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| misc | FinalParameters | Parameter startState should be final. | 294 | |
| misc | FinalParameters | Parameter curPos should be final. | 294 | |
| blocks | LeftCurly | '{' should be on the previous line. | 295 | |
| coding | MagicNumber | '7' is a magic number. | 297 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 300 | |
| blocks | LeftCurly | '{' should be on the previous line. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 303 | |
| coding | MagicNumber | '64' is a magic number. | 305 | |
| blocks | LeftCurly | '{' should be on the previous line. | 306 | |
| blocks | LeftCurly | '{' should be on the previous line. | 309 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 310 | |
| blocks | LeftCurly | '{' should be on the previous line. | 311 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 313 | |
| blocks | LeftCurly | '{' should be on the previous line. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| coding | MagicNumber | '73' is a magic number. | 315 | |
| coding | MagicNumber | '73' is a magic number. | 316 | |
| coding | MagicNumber | '6' is a magic number. | 317 | |
| blocks | RightCurly | '}' should be on the same line. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| coding | MagicNumber | '39' is a magic number. | 319 | |
| coding | MagicNumber | '4' is a magic number. | 320 | |
| coding | MagicNumber | '5' is a magic number. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| coding | MagicNumber | '34' is a magic number. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| coding | MagicNumber | '0xfffffffbffffffffL' is a magic number. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| coding | MagicNumber | '34' is a magic number. | 329 | |
| coding | MagicNumber | '72' is a magic number. | 329 | |
| coding | MagicNumber | '72' is a magic number. | 330 | |
| coding | MagicNumber | '3' is a magic number. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| coding | MagicNumber | '39' is a magic number. | 333 | |
| coding | MagicNumber | '4' is a magic number. | 334 | |
| coding | MagicNumber | '5' is a magic number. | 334 | |
| coding | MagicNumber | '4' is a magic number. | 336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| coding | MagicNumber | '0xffffff7fffffffffL' is a magic number. | 337 | |
| coding | MagicNumber | '4' is a magic number. | 338 | |
| coding | MagicNumber | '5' is a magic number. | 338 | |
| coding | MagicNumber | '5' is a magic number. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| coding | MagicNumber | '39' is a magic number. | 341 | |
| coding | MagicNumber | '72' is a magic number. | 341 | |
| coding | MagicNumber | '72' is a magic number. | 342 | |
| coding | MagicNumber | '6' is a magic number. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| coding | MagicNumber | '73' is a magic number. | 347 | |
| coding | MagicNumber | '73' is a magic number. | 348 | |
| coding | MagicNumber | '6' is a magic number. | 349 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 353 | |
| blocks | RightCurly | '}' should be on the same line. | 354 | |
| coding | MagicNumber | '128' is a magic number. | 355 | |
| blocks | LeftCurly | '{' should be on the previous line. | 356 | |
| blocks | LeftCurly | '{' should be on the previous line. | 358 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 359 | |
| blocks | LeftCurly | '{' should be on the previous line. | 360 | |
| coding | MagicNumber | '4' is a magic number. | 364 | |
| coding | MagicNumber | '3' is a magic number. | 365 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 369 | |
| blocks | RightCurly | '}' should be on the same line. | 370 | |
| blocks | LeftCurly | '{' should be on the previous line. | 372 | |
| coding | MagicNumber | '0xff' is a magic number. | 373 | |
| coding | MagicNumber | '6' is a magic number. | 373 | |
| coding | MagicNumber | '077' is a magic number. | 374 | |
| blocks | LeftCurly | '{' should be on the previous line. | 376 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 377 | |
| blocks | LeftCurly | '{' should be on the previous line. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| coding | MagicNumber | '4' is a magic number. | 383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| coding | MagicNumber | '3' is a magic number. | 385 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 389 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 391 | |
| blocks | LeftCurly | '{' should be on the previous line. | 392 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 398 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 398 | |
| coding | MagicNumber | '7' is a magic number. | 398 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 398 | |
| blocks | LeftCurly | '{' should have line break after. | 400 | |
| blocks | RightCurly | '}' should be on the same line. | 400 | |
| blocks | RightCurly | '}' should have line break before. | 400 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 401 | |
| blocks | LeftCurly | '{' should have line break after. | 401 | |
| blocks | RightCurly | '}' should have line break before. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 404 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 404 | |
| blocks | LeftCurly | '{' should be on the previous line. | 405 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 406 | |
| blocks | LeftCurly | '{' should be on the previous line. | 407 | |
| coding | MagicNumber | '34' is a magic number. | 408 | |
| coding | MagicNumber | '65' is a magic number. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 414 | |
| naming | MethodName | Name 'jjMoveNfa_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 414 | |
| misc | FinalParameters | Parameter startState should be final. | 414 | |
| misc | FinalParameters | Parameter curPos should be final. | 414 | |
| blocks | LeftCurly | '{' should be on the previous line. | 415 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 420 | |
| blocks | LeftCurly | '{' should be on the previous line. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 423 | |
| coding | MagicNumber | '64' is a magic number. | 425 | |
| blocks | LeftCurly | '{' should be on the previous line. | 426 | |
| blocks | LeftCurly | '{' should be on the previous line. | 429 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 430 | |
| blocks | LeftCurly | '{' should be on the previous line. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| coding | MagicNumber | '0xffffffdbffffffffL' is a magic number. | 433 | |
| coding | MagicNumber | '64' is a magic number. | 434 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 438 | |
| blocks | RightCurly | '}' should be on the same line. | 439 | |
| coding | MagicNumber | '128' is a magic number. | 440 | |
| blocks | LeftCurly | '{' should be on the previous line. | 441 | |
| blocks | LeftCurly | '{' should be on the previous line. | 443 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 444 | |
| blocks | LeftCurly | '{' should be on the previous line. | 445 | |
| coding | MagicNumber | '64' is a magic number. | 447 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 451 | |
| blocks | RightCurly | '}' should be on the same line. | 452 | |
| blocks | LeftCurly | '{' should be on the previous line. | 454 | |
| coding | MagicNumber | '0xff' is a magic number. | 455 | |
| coding | MagicNumber | '6' is a magic number. | 455 | |
| coding | MagicNumber | '077' is a magic number. | 456 | |
| blocks | LeftCurly | '{' should be on the previous line. | 458 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 459 | |
| blocks | LeftCurly | '{' should be on the previous line. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| coding | MagicNumber | '64' is a magic number. | 462 | |
| coding | MagicNumber | '64' is a magic number. | 463 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 467 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 469 | |
| blocks | LeftCurly | '{' should be on the previous line. | 470 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 476 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 476 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 476 | |
| blocks | LeftCurly | '{' should have line break after. | 478 | |
| blocks | RightCurly | '}' should be on the same line. | 478 | |
| blocks | RightCurly | '}' should have line break before. | 478 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 479 | |
| blocks | LeftCurly | '{' should have line break after. | 479 | |
| blocks | RightCurly | '}' should have line break before. | 479 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 482 | |
| naming | MethodName | Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| misc | FinalParameters | Parameter pos should be final. | 482 | |
| misc | FinalParameters | Parameter active0 should be final. | 482 | |
| blocks | LeftCurly | '{' should be on the previous line. | 483 | |
| blocks | LeftCurly | '{' should be on the previous line. | 485 | |
| coding | MagicNumber | '0xc000L' is a magic number. | 487 | |
| blocks | LeftCurly | '{' should be on the previous line. | 488 | |
| coding | MagicNumber | '23' is a magic number. | 489 | |
| coding | MagicNumber | '0xc000L' is a magic number. | 494 | |
| blocks | LeftCurly | '{' should be on the previous line. | 495 | |
| coding | MagicNumber | '23' is a magic number. | 496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| coding | MagicNumber | '0x4000L' is a magic number. | 502 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 504 | |
| blocks | LeftCurly | '{' should be on the previous line. | 505 | |
| coding | MagicNumber | '23' is a magic number. | 506 | |
| coding | MagicNumber | '3' is a magic number. | 511 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 512 | |
| blocks | LeftCurly | '{' should be on the previous line. | 513 | |
| coding | MagicNumber | '23' is a magic number. | 514 | |
| coding | MagicNumber | '3' is a magic number. | 515 | |
| coding | MagicNumber | '4' is a magic number. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 527 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 527 | |
| naming | MethodName | Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 527 | |
| misc | FinalParameters | Parameter pos should be final. | 527 | |
| misc | FinalParameters | Parameter active0 should be final. | 527 | |
| blocks | LeftCurly | '{' should be on the previous line. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 531 | |
| naming | MethodName | Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 531 | |
| misc | FinalParameters | Parameter pos should be final. | 531 | |
| misc | FinalParameters | Parameter kind should be final. | 531 | |
| misc | FinalParameters | Parameter state should be final. | 531 | |
| blocks | LeftCurly | '{' should be on the previous line. | 532 | |
| blocks | LeftCurly | '{' should have line break after. | 535 | |
| blocks | RightCurly | '}' should be on the same line. | 535 | |
| blocks | RightCurly | '}' should have line break before. | 535 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 536 | |
| blocks | LeftCurly | '{' should have line break after. | 536 | |
| blocks | RightCurly | '}' should have line break before. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 539 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 539 | |
| blocks | LeftCurly | '{' should be on the previous line. | 540 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 541 | |
| blocks | LeftCurly | '{' should be on the previous line. | 542 | |
| coding | MagicNumber | '35' is a magic number. | 543 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 544 | |
| coding | MagicNumber | '40' is a magic number. | 545 | |
| coding | MagicNumber | '7' is a magic number. | 546 | |
| coding | MagicNumber | '41' is a magic number. | 547 | |
| coding | MagicNumber | '8' is a magic number. | 548 | |
| coding | MagicNumber | '42' is a magic number. | 549 | |
| coding | MagicNumber | '11' is a magic number. | 550 | |
| coding | MagicNumber | '43' is a magic number. | 551 | |
| coding | MagicNumber | '13' is a magic number. | 552 | |
| coding | MagicNumber | '44' is a magic number. | 553 | |
| coding | MagicNumber | '10' is a magic number. | 554 | |
| coding | MagicNumber | '60' is a magic number. | 555 | |
| coding | MagicNumber | '0x790000L' is a magic number. | 556 | |
| coding | MagicNumber | '62' is a magic number. | 557 | |
| coding | MagicNumber | '17' is a magic number. | 558 | |
| coding | MagicNumber | '63' is a magic number. | 559 | |
| coding | MagicNumber | '12' is a magic number. | 560 | |
| coding | MagicNumber | '65' is a magic number. | 561 | |
| coding | MagicNumber | '0x4000L' is a magic number. | 562 | |
| coding | MagicNumber | '69' is a magic number. | 563 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 564 | |
| coding | MagicNumber | '124' is a magic number. | 565 | |
| coding | MagicNumber | '9' is a magic number. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 571 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 571 | |
| misc | FinalParameters | Parameter active0 should be final. | 571 | |
| blocks | LeftCurly | '{' should be on the previous line. | 572 | |
| blocks | LeftCurly | '{' should have line break after. | 573 | |
| blocks | RightCurly | '}' should be on the same line. | 573 | |
| blocks | RightCurly | '}' should have line break before. | 573 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 574 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 578 | |
| blocks | LeftCurly | '{' should be on the previous line. | 579 | |
| coding | MagicNumber | '33' is a magic number. | 580 | |
| coding | MagicNumber | '0x790000L' is a magic number. | 581 | |
| coding | MagicNumber | '77' is a magic number. | 582 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 583 | |
| coding | MagicNumber | '78' is a magic number. | 584 | |
| coding | MagicNumber | '0x4000L' is a magic number. | 585 | |
| coding | MagicNumber | '80' is a magic number. | 586 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 593 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 593 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 593 | |
| misc | FinalParameters | Parameter old0 should be final. | 593 | |
| misc | FinalParameters | Parameter active0 should be final. | 593 | |
| blocks | LeftCurly | '{' should be on the previous line. | 594 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 596 | |
| blocks | LeftCurly | '{' should have line break after. | 597 | |
| blocks | RightCurly | '}' should be on the same line. | 597 | |
| blocks | RightCurly | '}' should have line break before. | 597 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 602 | |
| blocks | LeftCurly | '{' should be on the previous line. | 603 | |
| coding | MagicNumber | '45' is a magic number. | 604 | |
| coding | MagicNumber | '0x100000L' is a magic number. | 605 | |
| coding | MagicNumber | '65' is a magic number. | 606 | |
| coding | MagicNumber | '0x80000L' is a magic number. | 607 | |
| coding | MagicNumber | '67' is a magic number. | 608 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 609 | |
| coding | MagicNumber | '69' is a magic number. | 610 | |
| coding | MagicNumber | '0x210000L' is a magic number. | 611 | |
| coding | MagicNumber | '78' is a magic number. | 612 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 613 | |
| coding | MagicNumber | '80' is a magic number. | 614 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 615 | |
| coding | MagicNumber | '89' is a magic number. | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| coding | MagicNumber | '0x4000L' is a magic number. | 617 | |
| coding | MagicNumber | '14' is a magic number. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 625 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 625 | |
| misc | FinalParameters | Parameter old0 should be final. | 625 | |
| misc | FinalParameters | Parameter active0 should be final. | 625 | |
| blocks | LeftCurly | '{' should be on the previous line. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| blocks | LeftCurly | '{' should have line break after. | 629 | |
| blocks | RightCurly | '}' should be on the same line. | 629 | |
| blocks | RightCurly | '}' should have line break before. | 629 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 630 | |
| coding | MagicNumber | '3' is a magic number. | 632 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 634 | |
| blocks | LeftCurly | '{' should be on the previous line. | 635 | |
| coding | MagicNumber | '45' is a magic number. | 636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 637 | |
| coding | MagicNumber | '0x100000L' is a magic number. | 637 | |
| coding | MagicNumber | '3' is a magic number. | 638 | |
| coding | MagicNumber | '20' is a magic number. | 638 | |
| coding | MagicNumber | '68' is a magic number. | 640 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 641 | |
| coding | MagicNumber | '76' is a magic number. | 642 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 643 | |
| coding | MagicNumber | '78' is a magic number. | 644 | |
| coding | MagicNumber | '0x200000L' is a magic number. | 645 | |
| coding | MagicNumber | '79' is a magic number. | 646 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 647 | |
| coding | MagicNumber | '84' is a magic number. | 648 | |
| coding | MagicNumber | '0x88000L' is a magic number. | 649 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 655 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa4_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 655 | |
| misc | FinalParameters | Parameter old0 should be final. | 655 | |
| misc | FinalParameters | Parameter active0 should be final. | 655 | |
| blocks | LeftCurly | '{' should be on the previous line. | 656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 657 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 658 | |
| blocks | LeftCurly | '{' should have line break after. | 659 | |
| blocks | RightCurly | '}' should be on the same line. | 659 | |
| blocks | RightCurly | '}' should have line break before. | 659 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 660 | |
| coding | MagicNumber | '3' is a magic number. | 661 | |
| coding | MagicNumber | '4' is a magic number. | 662 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 664 | |
| blocks | LeftCurly | '{' should be on the previous line. | 665 | |
| coding | MagicNumber | '65' is a magic number. | 666 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 667 | |
| coding | MagicNumber | '69' is a magic number. | 668 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 669 | |
| coding | MagicNumber | '84' is a magic number. | 670 | |
| coding | MagicNumber | '0x680000L' is a magic number. | 671 | |
| coding | MagicNumber | '89' is a magic number. | 672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 673 | |
| coding | MagicNumber | '0x8000L' is a magic number. | 673 | |
| coding | MagicNumber | '4' is a magic number. | 674 | |
| coding | MagicNumber | '15' is a magic number. | 674 | |
| coding | MagicNumber | '3' is a magic number. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 681 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 681 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa5_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 681 | |
| misc | FinalParameters | Parameter old0 should be final. | 681 | |
| misc | FinalParameters | Parameter active0 should be final. | 681 | |
| blocks | LeftCurly | '{' should be on the previous line. | 682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 683 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| coding | MagicNumber | '3' is a magic number. | 684 | |
| blocks | LeftCurly | '{' should have line break after. | 685 | |
| blocks | RightCurly | '}' should be on the same line. | 685 | |
| blocks | RightCurly | '}' should have line break before. | 685 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 686 | |
| coding | MagicNumber | '4' is a magic number. | 687 | |
| coding | MagicNumber | '5' is a magic number. | 688 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 690 | |
| blocks | LeftCurly | '{' should be on the previous line. | 691 | |
| coding | MagicNumber | '65' is a magic number. | 692 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 693 | |
| coding | MagicNumber | '73' is a magic number. | 694 | |
| coding | MagicNumber | '0x200000L' is a magic number. | 695 | |
| coding | MagicNumber | '76' is a magic number. | 696 | |
| coding | MagicNumber | '0x80000L' is a magic number. | 697 | |
| coding | MagicNumber | '77' is a magic number. | 698 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 699 | |
| coding | MagicNumber | '84' is a magic number. | 700 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 701 | |
| coding | MagicNumber | '4' is a magic number. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 707 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa6_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 707 | |
| misc | FinalParameters | Parameter old0 should be final. | 707 | |
| misc | FinalParameters | Parameter active0 should be final. | 707 | |
| blocks | LeftCurly | '{' should be on the previous line. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 710 | |
| coding | MagicNumber | '4' is a magic number. | 710 | |
| blocks | LeftCurly | '{' should have line break after. | 711 | |
| blocks | RightCurly | '}' should be on the same line. | 711 | |
| blocks | RightCurly | '}' should have line break before. | 711 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 712 | |
| coding | MagicNumber | '5' is a magic number. | 713 | |
| coding | MagicNumber | '6' is a magic number. | 714 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 716 | |
| blocks | LeftCurly | '{' should be on the previous line. | 717 | |
| coding | MagicNumber | '65' is a magic number. | 718 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 719 | |
| coding | MagicNumber | '0x40000L' is a magic number. | 719 | |
| coding | MagicNumber | '6' is a magic number. | 720 | |
| coding | MagicNumber | '18' is a magic number. | 720 | |
| coding | MagicNumber | '69' is a magic number. | 722 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 723 | |
| coding | MagicNumber | '73' is a magic number. | 724 | |
| coding | MagicNumber | '0x80000L' is a magic number. | 725 | |
| coding | MagicNumber | '84' is a magic number. | 726 | |
| coding | MagicNumber | '0x600000L' is a magic number. | 727 | |
| coding | MagicNumber | '5' is a magic number. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 733 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 733 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa7_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 733 | |
| misc | FinalParameters | Parameter old0 should be final. | 733 | |
| misc | FinalParameters | Parameter active0 should be final. | 733 | |
| blocks | LeftCurly | '{' should be on the previous line. | 734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 735 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 735 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 736 | |
| coding | MagicNumber | '5' is a magic number. | 736 | |
| blocks | LeftCurly | '{' should have line break after. | 737 | |
| blocks | RightCurly | '}' should be on the same line. | 737 | |
| blocks | RightCurly | '}' should have line break before. | 737 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 738 | |
| coding | MagicNumber | '6' is a magic number. | 739 | |
| coding | MagicNumber | '7' is a magic number. | 740 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 742 | |
| blocks | LeftCurly | '{' should be on the previous line. | 743 | |
| coding | MagicNumber | '73' is a magic number. | 744 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 745 | |
| coding | MagicNumber | '78' is a magic number. | 746 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 747 | |
| coding | MagicNumber | '83' is a magic number. | 748 | |
| coding | MagicNumber | '0x80000L' is a magic number. | 749 | |
| coding | MagicNumber | '89' is a magic number. | 750 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 751 | |
| coding | MagicNumber | '0x200000L' is a magic number. | 751 | |
| coding | MagicNumber | '7' is a magic number. | 752 | |
| coding | MagicNumber | '21' is a magic number. | 752 | |
| coding | MagicNumber | '6' is a magic number. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 759 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 759 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa8_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 759 | |
| misc | FinalParameters | Parameter old0 should be final. | 759 | |
| misc | FinalParameters | Parameter active0 should be final. | 759 | |
| blocks | LeftCurly | '{' should be on the previous line. | 760 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 761 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 762 | |
| coding | MagicNumber | '6' is a magic number. | 762 | |
| blocks | LeftCurly | '{' should have line break after. | 763 | |
| blocks | RightCurly | '}' should be on the same line. | 763 | |
| blocks | RightCurly | '}' should have line break before. | 763 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 764 | |
| coding | MagicNumber | '7' is a magic number. | 765 | |
| coding | MagicNumber | '8' is a magic number. | 766 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 768 | |
| blocks | LeftCurly | '{' should be on the previous line. | 769 | |
| coding | MagicNumber | '79' is a magic number. | 770 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 771 | |
| coding | MagicNumber | '84' is a magic number. | 772 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 773 | |
| coding | MagicNumber | '0x10000L' is a magic number. | 773 | |
| coding | MagicNumber | '8' is a magic number. | 774 | |
| coding | MagicNumber | '16' is a magic number. | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 775 | |
| coding | MagicNumber | '0x80000L' is a magic number. | 775 | |
| coding | MagicNumber | '8' is a magic number. | 776 | |
| coding | MagicNumber | '19' is a magic number. | 776 | |
| coding | MagicNumber | '7' is a magic number. | 781 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 783 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 783 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa9_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 783 | |
| misc | FinalParameters | Parameter old0 should be final. | 783 | |
| misc | FinalParameters | Parameter active0 should be final. | 783 | |
| blocks | LeftCurly | '{' should be on the previous line. | 784 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 785 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 786 | |
| coding | MagicNumber | '7' is a magic number. | 786 | |
| blocks | LeftCurly | '{' should have line break after. | 787 | |
| blocks | RightCurly | '}' should be on the same line. | 787 | |
| blocks | RightCurly | '}' should have line break before. | 787 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 788 | |
| coding | MagicNumber | '8' is a magic number. | 789 | |
| coding | MagicNumber | '9' is a magic number. | 790 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 792 | |
| blocks | LeftCurly | '{' should be on the previous line. | 793 | |
| coding | MagicNumber | '78' is a magic number. | 794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 795 | |
| coding | MagicNumber | '0x400000L' is a magic number. | 795 | |
| coding | MagicNumber | '9' is a magic number. | 796 | |
| coding | MagicNumber | '22' is a magic number. | 796 | |
| coding | MagicNumber | '8' is a magic number. | 801 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 803 | |
| naming | ConstantName | Name 'jjbitVec1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 803 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 806 | |
| naming | ConstantName | Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 806 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 809 | |
| naming | ConstantName | Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 810 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 812 | |
| naming | ConstantName | Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 812 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 815 | |
| naming | ConstantName | Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 815 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 818 | |
| naming | ConstantName | Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 819 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 821 | |
| naming | ConstantName | Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 821 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 824 | |
| naming | ConstantName | Name 'jjbitVec9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 824 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 827 | |
| naming | ConstantName | Name 'jjbitVec10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 827 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 830 | |
| naming | ConstantName | Name 'jjbitVec11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 830 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 833 | |
| naming | ConstantName | Name 'jjbitVec12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 833 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 836 | |
| naming | ConstantName | Name 'jjbitVec13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 836 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 839 | |
| naming | ConstantName | Name 'jjbitVec14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 839 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 842 | |
| naming | ConstantName | Name 'jjbitVec15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 842 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 845 | |
| naming | ConstantName | Name 'jjbitVec16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 845 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 848 | |
| naming | ConstantName | Name 'jjbitVec17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 848 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 851 | |
| naming | ConstantName | Name 'jjbitVec18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 852 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 854 | |
| naming | ConstantName | Name 'jjbitVec19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 855 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 857 | |
| naming | ConstantName | Name 'jjbitVec20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 858 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 860 | |
| naming | ConstantName | Name 'jjbitVec21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 860 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 863 | |
| naming | ConstantName | Name 'jjbitVec22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 863 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 866 | |
| naming | ConstantName | Name 'jjbitVec23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 866 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 869 | |
| naming | ConstantName | Name 'jjbitVec24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 869 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 872 | |
| naming | ConstantName | Name 'jjbitVec25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 872 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 875 | |
| naming | ConstantName | Name 'jjbitVec26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 875 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 878 | |
| naming | ConstantName | Name 'jjbitVec27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 878 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 881 | |
| naming | ConstantName | Name 'jjbitVec28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 881 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 884 | |
| naming | ConstantName | Name 'jjbitVec29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 885 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 887 | |
| naming | ConstantName | Name 'jjbitVec30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 888 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 890 | |
| naming | ConstantName | Name 'jjbitVec31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 891 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 893 | |
| naming | ConstantName | Name 'jjbitVec32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 893 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 896 | |
| naming | ConstantName | Name 'jjbitVec33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 896 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 899 | |
| naming | ConstantName | Name 'jjbitVec34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 899 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 902 | |
| naming | ConstantName | Name 'jjbitVec35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 902 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 905 | |
| naming | ConstantName | Name 'jjbitVec36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 905 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 908 | |
| naming | ConstantName | Name 'jjbitVec37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 908 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 911 | |
| naming | ConstantName | Name 'jjbitVec38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 911 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 914 | |
| naming | ConstantName | Name 'jjbitVec39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 914 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 917 | |
| naming | ConstantName | Name 'jjbitVec40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 920 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 920 | |
| naming | MethodName | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 920 | |
| misc | FinalParameters | Parameter startState should be final. | 920 | |
| misc | FinalParameters | Parameter curPos should be final. | 920 | |
| blocks | LeftCurly | '{' should be on the previous line. | 921 | |
| coding | MagicNumber | '3' is a magic number. | 923 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 926 | |
| blocks | LeftCurly | '{' should be on the previous line. | 928 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 929 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 929 | |
| coding | MagicNumber | '64' is a magic number. | 931 | |
| blocks | LeftCurly | '{' should be on the previous line. | 932 | |
| blocks | LeftCurly | '{' should be on the previous line. | 935 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 936 | |
| blocks | LeftCurly | '{' should be on the previous line. | 937 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 939 | |
| blocks | LeftCurly | '{' should be on the previous line. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| coding | MagicNumber | '6' is a magic number. | 941 | |
| coding | MagicNumber | '6' is a magic number. | 942 | |
| blocks | RightCurly | '}' should be on the same line. | 944 | |
| coding | MagicNumber | '58' is a magic number. | 945 | |
| blocks | LeftCurly | '{' should be on the previous line. | 946 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 947 | |
| coding | MagicNumber | '23' is a magic number. | 947 | |
| coding | MagicNumber | '23' is a magic number. | 948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 953 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 953 | |
| coding | MagicNumber | '6' is a magic number. | 955 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 959 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 961 | |
| coding | MagicNumber | '23' is a magic number. | 961 | |
| coding | MagicNumber | '23' is a magic number. | 962 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 967 | |
| blocks | RightCurly | '}' should be on the same line. | 968 | |
| coding | MagicNumber | '128' is a magic number. | 969 | |
| blocks | LeftCurly | '{' should be on the previous line. | 970 | |
| coding | MagicNumber | '077' is a magic number. | 971 | |
| blocks | LeftCurly | '{' should be on the previous line. | 973 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 974 | |
| blocks | LeftCurly | '{' should be on the previous line. | 975 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 980 | |
| coding | MagicNumber | '23' is a magic number. | 980 | |
| coding | MagicNumber | '23' is a magic number. | 981 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 986 | |
| blocks | RightCurly | '}' should be on the same line. | 987 | |
| blocks | LeftCurly | '{' should be on the previous line. | 989 | |
| coding | MagicNumber | '0xff' is a magic number. | 990 | |
| coding | MagicNumber | '6' is a magic number. | 990 | |
| coding | MagicNumber | '077' is a magic number. | 991 | |
| blocks | LeftCurly | '{' should be on the previous line. | 993 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 994 | |
| blocks | LeftCurly | '{' should be on the previous line. | 995 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 997 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 999 | |
| coding | MagicNumber | '23' is a magic number. | 999 | |
| coding | MagicNumber | '23' is a magic number. | 1000 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1006 | |
| coding | MagicNumber | '23' is a magic number. | 1006 | |
| coding | MagicNumber | '23' is a magic number. | 1007 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1012 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1014 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1015 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1021 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1021 | |
| coding | MagicNumber | '3' is a magic number. | 1021 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1021 | |
| blocks | LeftCurly | '{' should have line break after. | 1023 | |
| blocks | RightCurly | '}' should be on the same line. | 1023 | |
| blocks | RightCurly | '}' should have line break before. | 1023 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1024 | |
| blocks | LeftCurly | '{' should have line break after. | 1024 | |
| blocks | RightCurly | '}' should have line break before. | 1024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1027 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1027 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1027 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1028 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1029 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1030 | |
| coding | MagicNumber | '34' is a magic number. | 1031 | |
| coding | MagicNumber | '49' is a magic number. | 1032 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1037 | |
| naming | MethodName | Name 'jjMoveNfa_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1037 | |
| misc | FinalParameters | Parameter startState should be final. | 1037 | |
| misc | FinalParameters | Parameter curPos should be final. | 1037 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1038 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1043 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1045 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1046 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1046 | |
| coding | MagicNumber | '64' is a magic number. | 1048 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1049 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1052 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1053 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1054 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1056 | |
| coding | MagicNumber | '0xeffffffbffffffffL' is a magic number. | 1056 | |
| coding | MagicNumber | '48' is a magic number. | 1057 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1061 | |
| blocks | RightCurly | '}' should be on the same line. | 1062 | |
| coding | MagicNumber | '128' is a magic number. | 1063 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1064 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1066 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1067 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1068 | |
| coding | MagicNumber | '48' is a magic number. | 1070 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1074 | |
| blocks | RightCurly | '}' should be on the same line. | 1075 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1077 | |
| coding | MagicNumber | '0xff' is a magic number. | 1078 | |
| coding | MagicNumber | '6' is a magic number. | 1078 | |
| coding | MagicNumber | '077' is a magic number. | 1079 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1081 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1082 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1085 | |
| coding | MagicNumber | '48' is a magic number. | 1085 | |
| coding | MagicNumber | '48' is a magic number. | 1086 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1090 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1092 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1093 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1096 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1099 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1099 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1099 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1099 | |
| blocks | LeftCurly | '{' should have line break after. | 1101 | |
| blocks | RightCurly | '}' should be on the same line. | 1101 | |
| blocks | RightCurly | '}' should have line break before. | 1101 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1102 | |
| blocks | LeftCurly | '{' should have line break after. | 1102 | |
| blocks | RightCurly | '}' should have line break before. | 1102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1105 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1105 | |
| naming | MethodName | Name 'jjStopStringLiteralDfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1105 | |
| misc | FinalParameters | Parameter pos should be final. | 1105 | |
| misc | FinalParameters | Parameter active0 should be final. | 1105 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1106 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1113 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1113 | |
| naming | MethodName | Name 'jjStartNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1113 | |
| misc | FinalParameters | Parameter pos should be final. | 1113 | |
| misc | FinalParameters | Parameter active0 should be final. | 1113 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1117 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1117 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1117 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1118 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1119 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1120 | |
| coding | MagicNumber | '45' is a magic number. | 1121 | |
| coding | MagicNumber | '25' is a magic number. | 1122 | |
| coding | MagicNumber | '0x4000000L' is a magic number. | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1128 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1128 | |
| misc | FinalParameters | Parameter active0 should be final. | 1128 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1129 | |
| blocks | LeftCurly | '{' should have line break after. | 1130 | |
| blocks | RightCurly | '}' should be on the same line. | 1130 | |
| blocks | RightCurly | '}' should have line break before. | 1130 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1131 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1135 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1136 | |
| coding | MagicNumber | '45' is a magic number. | 1137 | |
| coding | MagicNumber | '0x4000000L' is a magic number. | 1138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1144 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1144 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1144 | |
| misc | FinalParameters | Parameter old0 should be final. | 1144 | |
| misc | FinalParameters | Parameter active0 should be final. | 1144 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1146 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1147 | |
| blocks | LeftCurly | '{' should have line break after. | 1148 | |
| blocks | RightCurly | '}' should be on the same line. | 1148 | |
| blocks | RightCurly | '}' should have line break before. | 1148 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1153 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1154 | |
| coding | MagicNumber | '62' is a magic number. | 1155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1156 | |
| coding | MagicNumber | '0x4000000L' is a magic number. | 1156 | |
| coding | MagicNumber | '26' is a magic number. | 1157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1164 | |
| naming | ConstantName | Name 'jjbitVec41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1167 | |
| naming | ConstantName | Name 'jjbitVec42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1170 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1170 | |
| naming | MethodName | Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1170 | |
| misc | FinalParameters | Parameter startState should be final. | 1170 | |
| misc | FinalParameters | Parameter curPos should be final. | 1170 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1171 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1176 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1179 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1179 | |
| coding | MagicNumber | '64' is a magic number. | 1181 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1182 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1185 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1186 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1189 | |
| coding | MagicNumber | '0xffffdfff00002600L' is a magic number. | 1189 | |
| coding | MagicNumber | '24' is a magic number. | 1190 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1194 | |
| blocks | RightCurly | '}' should be on the same line. | 1195 | |
| coding | MagicNumber | '128' is a magic number. | 1196 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1197 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1199 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1200 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1201 | |
| coding | MagicNumber | '24' is a magic number. | 1203 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1207 | |
| blocks | RightCurly | '}' should be on the same line. | 1208 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1210 | |
| coding | MagicNumber | '0xff' is a magic number. | 1211 | |
| coding | MagicNumber | '6' is a magic number. | 1211 | |
| coding | MagicNumber | '077' is a magic number. | 1212 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1214 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1215 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1218 | |
| coding | MagicNumber | '24' is a magic number. | 1218 | |
| coding | MagicNumber | '24' is a magic number. | 1219 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1223 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1225 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1226 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1232 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1232 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1232 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1232 | |
| blocks | LeftCurly | '{' should have line break after. | 1234 | |
| blocks | RightCurly | '}' should be on the same line. | 1234 | |
| blocks | RightCurly | '}' should have line break before. | 1234 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1235 | |
| blocks | LeftCurly | '{' should have line break after. | 1235 | |
| blocks | RightCurly | '}' should have line break before. | 1235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1238 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1238 | |
| naming | MethodName | Name 'jjStopStringLiteralDfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1238 | |
| misc | FinalParameters | Parameter pos should be final. | 1238 | |
| misc | FinalParameters | Parameter active0 should be final. | 1238 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1239 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1241 | |
| coding | MagicNumber | '0xff80000000L' is a magic number. | 1243 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1244 | |
| coding | MagicNumber | '46' is a magic number. | 1245 | |
| coding | MagicNumber | '4' is a magic number. | 1246 | |
| coding | MagicNumber | '0xf880000000L' is a magic number. | 1250 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1251 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1253 | |
| coding | MagicNumber | '46' is a magic number. | 1254 | |
| coding | MagicNumber | '4' is a magic number. | 1257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1259 | |
| coding | MagicNumber | '0x700000000L' is a magic number. | 1259 | |
| coding | MagicNumber | '4' is a magic number. | 1260 | |
| coding | MagicNumber | '0xfe80000000L' is a magic number. | 1263 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1264 | |
| coding | MagicNumber | '46' is a magic number. | 1265 | |
| coding | MagicNumber | '4' is a magic number. | 1267 | |
| coding | MagicNumber | '3' is a magic number. | 1270 | |
| coding | MagicNumber | '0xfe80000000L' is a magic number. | 1271 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1272 | |
| coding | MagicNumber | '46' is a magic number. | 1273 | |
| coding | MagicNumber | '3' is a magic number. | 1274 | |
| coding | MagicNumber | '4' is a magic number. | 1275 | |
| coding | MagicNumber | '4' is a magic number. | 1278 | |
| coding | MagicNumber | '0xf800000000L' is a magic number. | 1279 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1280 | |
| coding | MagicNumber | '4' is a magic number. | 1281 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1282 | |
| coding | MagicNumber | '46' is a magic number. | 1283 | |
| coding | MagicNumber | '4' is a magic number. | 1284 | |
| coding | MagicNumber | '4' is a magic number. | 1286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1288 | |
| coding | MagicNumber | '0x680000000L' is a magic number. | 1288 | |
| coding | MagicNumber | '4' is a magic number. | 1289 | |
| coding | MagicNumber | '5' is a magic number. | 1291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1292 | |
| coding | MagicNumber | '0xc00000000L' is a magic number. | 1292 | |
| coding | MagicNumber | '4' is a magic number. | 1293 | |
| coding | MagicNumber | '0xf000000000L' is a magic number. | 1294 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1295 | |
| coding | MagicNumber | '46' is a magic number. | 1296 | |
| coding | MagicNumber | '5' is a magic number. | 1297 | |
| coding | MagicNumber | '4' is a magic number. | 1298 | |
| coding | MagicNumber | '6' is a magic number. | 1301 | |
| coding | MagicNumber | '0x9000000000L' is a magic number. | 1302 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1303 | |
| coding | MagicNumber | '6' is a magic number. | 1304 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1305 | |
| coding | MagicNumber | '46' is a magic number. | 1306 | |
| coding | MagicNumber | '6' is a magic number. | 1307 | |
| coding | MagicNumber | '4' is a magic number. | 1309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1311 | |
| coding | MagicNumber | '0x6000000000L' is a magic number. | 1311 | |
| coding | MagicNumber | '4' is a magic number. | 1312 | |
| coding | MagicNumber | '7' is a magic number. | 1314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1315 | |
| coding | MagicNumber | '0xd000000000L' is a magic number. | 1315 | |
| coding | MagicNumber | '4' is a magic number. | 1316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1322 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1322 | |
| naming | MethodName | Name 'jjStartNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1322 | |
| misc | FinalParameters | Parameter pos should be final. | 1322 | |
| misc | FinalParameters | Parameter active0 should be final. | 1322 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1326 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1326 | |
| naming | MethodName | Name 'jjStartNfaWithStates_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1326 | |
| misc | FinalParameters | Parameter pos should be final. | 1326 | |
| misc | FinalParameters | Parameter kind should be final. | 1326 | |
| misc | FinalParameters | Parameter state should be final. | 1326 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1327 | |
| blocks | LeftCurly | '{' should have line break after. | 1330 | |
| blocks | RightCurly | '}' should be on the same line. | 1330 | |
| blocks | RightCurly | '}' should have line break before. | 1330 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1331 | |
| blocks | LeftCurly | '{' should have line break after. | 1331 | |
| blocks | RightCurly | '}' should have line break before. | 1331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1334 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1334 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1334 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1335 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1336 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1337 | |
| coding | MagicNumber | '34' is a magic number. | 1338 | |
| coding | MagicNumber | '43' is a magic number. | 1339 | |
| coding | MagicNumber | '35' is a magic number. | 1340 | |
| coding | MagicNumber | '0x70000000000L' is a magic number. | 1341 | |
| coding | MagicNumber | '39' is a magic number. | 1342 | |
| coding | MagicNumber | '44' is a magic number. | 1343 | |
| coding | MagicNumber | '40' is a magic number. | 1344 | |
| coding | MagicNumber | '28' is a magic number. | 1345 | |
| coding | MagicNumber | '41' is a magic number. | 1346 | |
| coding | MagicNumber | '29' is a magic number. | 1347 | |
| coding | MagicNumber | '62' is a magic number. | 1348 | |
| coding | MagicNumber | '45' is a magic number. | 1349 | |
| coding | MagicNumber | '67' is a magic number. | 1350 | |
| coding | MagicNumber | '0x80000000L' is a magic number. | 1351 | |
| coding | MagicNumber | '69' is a magic number. | 1352 | |
| coding | MagicNumber | '0x1800000000L' is a magic number. | 1353 | |
| coding | MagicNumber | '73' is a magic number. | 1354 | |
| coding | MagicNumber | '0x700000000L' is a magic number. | 1355 | |
| coding | MagicNumber | '78' is a magic number. | 1356 | |
| coding | MagicNumber | '0xe000000000L' is a magic number. | 1357 | |
| coding | MagicNumber | '124' is a magic number. | 1358 | |
| coding | MagicNumber | '30' is a magic number. | 1359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1364 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1364 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1364 | |
| misc | FinalParameters | Parameter active0 should be final. | 1364 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1365 | |
| blocks | LeftCurly | '{' should have line break after. | 1366 | |
| blocks | RightCurly | '}' should be on the same line. | 1366 | |
| blocks | RightCurly | '}' should have line break before. | 1366 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1367 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1371 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1372 | |
| coding | MagicNumber | '68' is a magic number. | 1373 | |
| coding | MagicNumber | '0x100000000L' is a magic number. | 1374 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1375 | |
| coding | MagicNumber | '32' is a magic number. | 1376 | |
| coding | MagicNumber | '0x680000000L' is a magic number. | 1379 | |
| coding | MagicNumber | '70' is a magic number. | 1380 | |
| coding | MagicNumber | '0x40000000000L' is a magic number. | 1381 | |
| coding | MagicNumber | '73' is a magic number. | 1382 | |
| coding | MagicNumber | '0x20000000000L' is a magic number. | 1383 | |
| coding | MagicNumber | '77' is a magic number. | 1384 | |
| coding | MagicNumber | '0x6000000000L' is a magic number. | 1385 | |
| coding | MagicNumber | '78' is a magic number. | 1386 | |
| coding | MagicNumber | '0x1800000000L' is a magic number. | 1387 | |
| coding | MagicNumber | '79' is a magic number. | 1388 | |
| coding | MagicNumber | '0x8000000000L' is a magic number. | 1389 | |
| coding | MagicNumber | '82' is a magic number. | 1390 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1397 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1397 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1397 | |
| misc | FinalParameters | Parameter old0 should be final. | 1397 | |
| misc | FinalParameters | Parameter active0 should be final. | 1397 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1399 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1400 | |
| blocks | LeftCurly | '{' should have line break after. | 1401 | |
| blocks | RightCurly | '}' should be on the same line. | 1401 | |
| blocks | RightCurly | '}' should have line break before. | 1401 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1402 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1406 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1407 | |
| coding | MagicNumber | '65' is a magic number. | 1408 | |
| coding | MagicNumber | '0x80000000L' is a magic number. | 1409 | |
| coding | MagicNumber | '69' is a magic number. | 1410 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1411 | |
| coding | MagicNumber | '73' is a magic number. | 1412 | |
| coding | MagicNumber | '0x40000000000L' is a magic number. | 1413 | |
| coding | MagicNumber | '77' is a magic number. | 1414 | |
| coding | MagicNumber | '0x20000000000L' is a magic number. | 1415 | |
| coding | MagicNumber | '82' is a magic number. | 1416 | |
| coding | MagicNumber | '0x600000000L' is a magic number. | 1417 | |
| coding | MagicNumber | '84' is a magic number. | 1418 | |
| coding | MagicNumber | '0xf800000000L' is a magic number. | 1419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1425 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1425 | |
| misc | FinalParameters | Parameter old0 should be final. | 1425 | |
| misc | FinalParameters | Parameter active0 should be final. | 1425 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1427 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1428 | |
| blocks | LeftCurly | '{' should have line break after. | 1429 | |
| blocks | RightCurly | '}' should be on the same line. | 1429 | |
| blocks | RightCurly | '}' should have line break before. | 1429 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1430 | |
| coding | MagicNumber | '3' is a magic number. | 1432 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1434 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1435 | |
| coding | MagicNumber | '65' is a magic number. | 1436 | |
| coding | MagicNumber | '0x8000000000L' is a magic number. | 1437 | |
| coding | MagicNumber | '69' is a magic number. | 1438 | |
| coding | MagicNumber | '0x600000000L' is a magic number. | 1439 | |
| coding | MagicNumber | '73' is a magic number. | 1440 | |
| coding | MagicNumber | '0x1800000000L' is a magic number. | 1441 | |
| coding | MagicNumber | '79' is a magic number. | 1442 | |
| coding | MagicNumber | '0x6000000000L' is a magic number. | 1443 | |
| coding | MagicNumber | '80' is a magic number. | 1444 | |
| coding | MagicNumber | '0x20000000000L' is a magic number. | 1445 | |
| coding | MagicNumber | '81' is a magic number. | 1446 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1447 | |
| coding | MagicNumber | '84' is a magic number. | 1448 | |
| coding | MagicNumber | '0x80000000L' is a magic number. | 1449 | |
| coding | MagicNumber | '88' is a magic number. | 1450 | |
| coding | MagicNumber | '0x40000000000L' is a magic number. | 1451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1457 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1457 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa4_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1457 | |
| misc | FinalParameters | Parameter old0 should be final. | 1457 | |
| misc | FinalParameters | Parameter active0 should be final. | 1457 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1459 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1460 | |
| blocks | LeftCurly | '{' should have line break after. | 1461 | |
| blocks | RightCurly | '}' should be on the same line. | 1461 | |
| blocks | RightCurly | '}' should have line break before. | 1461 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1462 | |
| coding | MagicNumber | '3' is a magic number. | 1463 | |
| coding | MagicNumber | '4' is a magic number. | 1464 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1466 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1467 | |
| coding | MagicNumber | '65' is a magic number. | 1468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1469 | |
| coding | MagicNumber | '0x80000000L' is a magic number. | 1469 | |
| coding | MagicNumber | '4' is a magic number. | 1470 | |
| coding | MagicNumber | '31' is a magic number. | 1470 | |
| coding | MagicNumber | '4' is a magic number. | 1470 | |
| coding | MagicNumber | '69' is a magic number. | 1472 | |
| coding | MagicNumber | '0x40000000000L' is a magic number. | 1473 | |
| coding | MagicNumber | '70' is a magic number. | 1474 | |
| coding | MagicNumber | '0x200000000L' is a magic number. | 1475 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1476 | |
| coding | MagicNumber | '33' is a magic number. | 1477 | |
| coding | MagicNumber | '4' is a magic number. | 1478 | |
| coding | MagicNumber | '0x400000000L' is a magic number. | 1480 | |
| coding | MagicNumber | '75' is a magic number. | 1481 | |
| coding | MagicNumber | '0x6000000000L' is a magic number. | 1482 | |
| coding | MagicNumber | '76' is a magic number. | 1483 | |
| coding | MagicNumber | '0x20000000000L' is a magic number. | 1484 | |
| coding | MagicNumber | '84' is a magic number. | 1485 | |
| coding | MagicNumber | '0x9800000000L' is a magic number. | 1486 | |
| coding | MagicNumber | '85' is a magic number. | 1487 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1488 | |
| coding | MagicNumber | '3' is a magic number. | 1492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1494 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1494 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa5_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1494 | |
| misc | FinalParameters | Parameter old0 should be final. | 1494 | |
| misc | FinalParameters | Parameter active0 should be final. | 1494 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1495 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1496 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1497 | |
| coding | MagicNumber | '3' is a magic number. | 1497 | |
| blocks | LeftCurly | '{' should have line break after. | 1498 | |
| blocks | RightCurly | '}' should be on the same line. | 1498 | |
| blocks | RightCurly | '}' should have line break before. | 1498 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1499 | |
| coding | MagicNumber | '4' is a magic number. | 1500 | |
| coding | MagicNumber | '5' is a magic number. | 1501 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1503 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1504 | |
| coding | MagicNumber | '68' is a magic number. | 1505 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1506 | |
| coding | MagicNumber | '0x40000000000L' is a magic number. | 1506 | |
| coding | MagicNumber | '5' is a magic number. | 1507 | |
| coding | MagicNumber | '42' is a magic number. | 1507 | |
| coding | MagicNumber | '69' is a magic number. | 1509 | |
| coding | MagicNumber | '0x6000000000L' is a magic number. | 1510 | |
| coding | MagicNumber | '73' is a magic number. | 1511 | |
| coding | MagicNumber | '0x39000000000L' is a magic number. | 1512 | |
| coding | MagicNumber | '83' is a magic number. | 1513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1514 | |
| coding | MagicNumber | '0x400000000L' is a magic number. | 1514 | |
| coding | MagicNumber | '5' is a magic number. | 1515 | |
| coding | MagicNumber | '34' is a magic number. | 1515 | |
| coding | MagicNumber | '4' is a magic number. | 1515 | |
| coding | MagicNumber | '89' is a magic number. | 1517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1518 | |
| coding | MagicNumber | '0x800000000L' is a magic number. | 1518 | |
| coding | MagicNumber | '5' is a magic number. | 1519 | |
| coding | MagicNumber | '35' is a magic number. | 1519 | |
| coding | MagicNumber | '4' is a magic number. | 1519 | |
| coding | MagicNumber | '4' is a magic number. | 1524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1526 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1526 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa6_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1526 | |
| misc | FinalParameters | Parameter old0 should be final. | 1526 | |
| misc | FinalParameters | Parameter active0 should be final. | 1526 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1528 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1529 | |
| coding | MagicNumber | '4' is a magic number. | 1529 | |
| blocks | LeftCurly | '{' should have line break after. | 1530 | |
| blocks | RightCurly | '}' should be on the same line. | 1530 | |
| blocks | RightCurly | '}' should have line break before. | 1530 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1531 | |
| coding | MagicNumber | '5' is a magic number. | 1532 | |
| coding | MagicNumber | '6' is a magic number. | 1533 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1535 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1536 | |
| coding | MagicNumber | '69' is a magic number. | 1537 | |
| coding | MagicNumber | '0x21000000000L' is a magic number. | 1538 | |
| coding | MagicNumber | '78' is a magic number. | 1539 | |
| coding | MagicNumber | '0x2000000000L' is a magic number. | 1540 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1541 | |
| coding | MagicNumber | '37' is a magic number. | 1542 | |
| coding | MagicNumber | '6' is a magic number. | 1543 | |
| coding | MagicNumber | '0x4000000000L' is a magic number. | 1545 | |
| coding | MagicNumber | '79' is a magic number. | 1546 | |
| coding | MagicNumber | '0x8000000000L' is a magic number. | 1547 | |
| coding | MagicNumber | '82' is a magic number. | 1548 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1549 | |
| coding | MagicNumber | '5' is a magic number. | 1553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1555 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa7_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1555 | |
| misc | FinalParameters | Parameter old0 should be final. | 1555 | |
| misc | FinalParameters | Parameter active0 should be final. | 1555 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1556 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1557 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1558 | |
| coding | MagicNumber | '5' is a magic number. | 1558 | |
| blocks | LeftCurly | '{' should have line break after. | 1559 | |
| blocks | RightCurly | '}' should be on the same line. | 1559 | |
| blocks | RightCurly | '}' should have line break before. | 1559 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1560 | |
| coding | MagicNumber | '6' is a magic number. | 1561 | |
| coding | MagicNumber | '7' is a magic number. | 1562 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1564 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1565 | |
| coding | MagicNumber | '68' is a magic number. | 1566 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1567 | |
| coding | MagicNumber | '0x20000000000L' is a magic number. | 1567 | |
| coding | MagicNumber | '7' is a magic number. | 1568 | |
| coding | MagicNumber | '41' is a magic number. | 1568 | |
| coding | MagicNumber | '69' is a magic number. | 1570 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1571 | |
| coding | MagicNumber | '78' is a magic number. | 1572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1573 | |
| coding | MagicNumber | '0x8000000000L' is a magic number. | 1573 | |
| coding | MagicNumber | '7' is a magic number. | 1574 | |
| coding | MagicNumber | '39' is a magic number. | 1574 | |
| coding | MagicNumber | '4' is a magic number. | 1574 | |
| coding | MagicNumber | '83' is a magic number. | 1576 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1577 | |
| coding | MagicNumber | '0x1000000000L' is a magic number. | 1577 | |
| coding | MagicNumber | '7' is a magic number. | 1578 | |
| coding | MagicNumber | '36' is a magic number. | 1578 | |
| coding | MagicNumber | '4' is a magic number. | 1578 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1579 | |
| coding | MagicNumber | '0x4000000000L' is a magic number. | 1579 | |
| coding | MagicNumber | '7' is a magic number. | 1580 | |
| coding | MagicNumber | '38' is a magic number. | 1580 | |
| coding | MagicNumber | '4' is a magic number. | 1580 | |
| coding | MagicNumber | '6' is a magic number. | 1585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1587 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1587 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa8_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1587 | |
| misc | FinalParameters | Parameter old0 should be final. | 1587 | |
| misc | FinalParameters | Parameter active0 should be final. | 1587 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1588 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1589 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1590 | |
| coding | MagicNumber | '6' is a magic number. | 1590 | |
| blocks | LeftCurly | '{' should have line break after. | 1591 | |
| blocks | RightCurly | '}' should be on the same line. | 1591 | |
| blocks | RightCurly | '}' should have line break before. | 1591 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1592 | |
| coding | MagicNumber | '7' is a magic number. | 1593 | |
| coding | MagicNumber | '8' is a magic number. | 1594 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1596 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1597 | |
| coding | MagicNumber | '68' is a magic number. | 1598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1599 | |
| coding | MagicNumber | '0x10000000000L' is a magic number. | 1599 | |
| coding | MagicNumber | '8' is a magic number. | 1600 | |
| coding | MagicNumber | '40' is a magic number. | 1600 | |
| coding | MagicNumber | '7' is a magic number. | 1605 | |
| sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 1607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1607 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1607 | |
| naming | MethodName | Name 'jjMoveNfa_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1607 | |
| misc | FinalParameters | Parameter startState should be final. | 1607 | |
| misc | FinalParameters | Parameter curPos should be final. | 1607 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1608 | |
| coding | MagicNumber | '4' is a magic number. | 1610 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1613 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1616 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1616 | |
| coding | MagicNumber | '64' is a magic number. | 1618 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1619 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1622 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1623 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1624 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1626 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1628 | |
| coding | MagicNumber | '47' is a magic number. | 1628 | |
| coding | MagicNumber | '47' is a magic number. | 1629 | |
| coding | MagicNumber | '3' is a magic number. | 1630 | |
| blocks | RightCurly | '}' should be on the same line. | 1631 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1632 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1634 | |
| coding | MagicNumber | '27' is a magic number. | 1634 | |
| coding | MagicNumber | '27' is a magic number. | 1635 | |
| coding | MagicNumber | '58' is a magic number. | 1638 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1640 | |
| coding | MagicNumber | '46' is a magic number. | 1640 | |
| coding | MagicNumber | '46' is a magic number. | 1641 | |
| coding | MagicNumber | '4' is a magic number. | 1645 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1646 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1648 | |
| coding | MagicNumber | '47' is a magic number. | 1648 | |
| coding | MagicNumber | '47' is a magic number. | 1649 | |
| coding | MagicNumber | '3' is a magic number. | 1650 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1652 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1653 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1654 | |
| coding | MagicNumber | '46' is a magic number. | 1654 | |
| coding | MagicNumber | '46' is a magic number. | 1655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1660 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1660 | |
| coding | MagicNumber | '27' is a magic number. | 1662 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1666 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1666 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1668 | |
| coding | MagicNumber | '46' is a magic number. | 1668 | |
| coding | MagicNumber | '46' is a magic number. | 1669 | |
| coding | MagicNumber | '3' is a magic number. | 1672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1673 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1675 | |
| coding | MagicNumber | '47' is a magic number. | 1675 | |
| coding | MagicNumber | '47' is a magic number. | 1676 | |
| coding | MagicNumber | '3' is a magic number. | 1677 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1681 | |
| blocks | RightCurly | '}' should be on the same line. | 1682 | |
| coding | MagicNumber | '128' is a magic number. | 1683 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1684 | |
| coding | MagicNumber | '077' is a magic number. | 1685 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1687 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1688 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1689 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1691 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 | |
| coding | MagicNumber | '47' is a magic number. | 1693 | |
| coding | MagicNumber | '47' is a magic number. | 1694 | |
| coding | MagicNumber | '3' is a magic number. | 1695 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1697 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1698 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1699 | |
| coding | MagicNumber | '46' is a magic number. | 1699 | |
| coding | MagicNumber | '46' is a magic number. | 1700 | |
| coding | MagicNumber | '4' is a magic number. | 1704 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1705 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1706 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1707 | |
| coding | MagicNumber | '47' is a magic number. | 1707 | |
| coding | MagicNumber | '47' is a magic number. | 1708 | |
| coding | MagicNumber | '3' is a magic number. | 1709 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1711 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1712 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1713 | |
| coding | MagicNumber | '46' is a magic number. | 1713 | |
| coding | MagicNumber | '46' is a magic number. | 1714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1719 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1719 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1721 | |
| coding | MagicNumber | '46' is a magic number. | 1721 | |
| coding | MagicNumber | '46' is a magic number. | 1722 | |
| coding | MagicNumber | '3' is a magic number. | 1725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1726 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1728 | |
| coding | MagicNumber | '47' is a magic number. | 1728 | |
| coding | MagicNumber | '47' is a magic number. | 1729 | |
| coding | MagicNumber | '3' is a magic number. | 1730 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1734 | |
| blocks | RightCurly | '}' should be on the same line. | 1735 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1737 | |
| coding | MagicNumber | '0xff' is a magic number. | 1738 | |
| coding | MagicNumber | '6' is a magic number. | 1738 | |
| coding | MagicNumber | '077' is a magic number. | 1739 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1741 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1742 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1743 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 | |
| coding | MagicNumber | '46' is a magic number. | 1747 | |
| coding | MagicNumber | '46' is a magic number. | 1748 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1752 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1753 | |
| coding | MagicNumber | '47' is a magic number. | 1753 | |
| coding | MagicNumber | '47' is a magic number. | 1754 | |
| coding | MagicNumber | '3' is a magic number. | 1755 | |
| coding | MagicNumber | '4' is a magic number. | 1758 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1760 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1761 | |
| coding | MagicNumber | '46' is a magic number. | 1761 | |
| coding | MagicNumber | '46' is a magic number. | 1762 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1767 | |
| coding | MagicNumber | '47' is a magic number. | 1767 | |
| coding | MagicNumber | '47' is a magic number. | 1768 | |
| coding | MagicNumber | '3' is a magic number. | 1769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1775 | |
| coding | MagicNumber | '46' is a magic number. | 1775 | |
| coding | MagicNumber | '46' is a magic number. | 1776 | |
| coding | MagicNumber | '3' is a magic number. | 1779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1782 | |
| coding | MagicNumber | '47' is a magic number. | 1782 | |
| coding | MagicNumber | '47' is a magic number. | 1783 | |
| coding | MagicNumber | '3' is a magic number. | 1784 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1788 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1790 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1791 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1797 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1797 | |
| coding | MagicNumber | '4' is a magic number. | 1797 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1797 | |
| blocks | LeftCurly | '{' should have line break after. | 1799 | |
| blocks | RightCurly | '}' should be on the same line. | 1799 | |
| blocks | RightCurly | '}' should have line break before. | 1799 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1800 | |
| blocks | LeftCurly | '{' should have line break after. | 1800 | |
| blocks | RightCurly | '}' should have line break before. | 1800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1803 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1803 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1803 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1804 | |
| coding | MagicNumber | '7' is a magic number. | 1805 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 1807 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1807 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1807 | |
| naming | MethodName | Name 'jjMoveNfa_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 | |
| misc | FinalParameters | Parameter startState should be final. | 1807 | |
| misc | FinalParameters | Parameter curPos should be final. | 1807 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1808 | |
| coding | MagicNumber | '17' is a magic number. | 1810 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1813 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1815 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1816 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1816 | |
| coding | MagicNumber | '64' is a magic number. | 1818 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1819 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1822 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1823 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1824 | |
| coding | MagicNumber | '7' is a magic number. | 1825 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1826 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1828 | |
| coding | MagicNumber | '68' is a magic number. | 1828 | |
| coding | MagicNumber | '68' is a magic number. | 1829 | |
| blocks | RightCurly | '}' should be on the same line. | 1831 | |
| coding | MagicNumber | '58' is a magic number. | 1832 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1833 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1834 | |
| coding | MagicNumber | '71' is a magic number. | 1834 | |
| coding | MagicNumber | '71' is a magic number. | 1835 | |
| coding | MagicNumber | '16' is a magic number. | 1836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1840 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1842 | |
| coding | MagicNumber | '68' is a magic number. | 1842 | |
| coding | MagicNumber | '68' is a magic number. | 1843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1847 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1847 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1849 | |
| coding | MagicNumber | '69' is a magic number. | 1849 | |
| coding | MagicNumber | '69' is a magic number. | 1850 | |
| coding | MagicNumber | '9' is a magic number. | 1853 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1854 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 1854 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1856 | |
| coding | MagicNumber | '70' is a magic number. | 1856 | |
| coding | MagicNumber | '70' is a magic number. | 1857 | |
| coding | MagicNumber | '9' is a magic number. | 1858 | |
| coding | MagicNumber | '15' is a magic number. | 1860 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1861 | |
| coding | MagicNumber | '58' is a magic number. | 1861 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1863 | |
| coding | MagicNumber | '71' is a magic number. | 1863 | |
| coding | MagicNumber | '71' is a magic number. | 1864 | |
| coding | MagicNumber | '16' is a magic number. | 1865 | |
| coding | MagicNumber | '16' is a magic number. | 1867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1868 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 1868 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1870 | |
| coding | MagicNumber | '71' is a magic number. | 1870 | |
| coding | MagicNumber | '71' is a magic number. | 1871 | |
| coding | MagicNumber | '16' is a magic number. | 1872 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1876 | |
| blocks | RightCurly | '}' should be on the same line. | 1877 | |
| coding | MagicNumber | '128' is a magic number. | 1878 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1879 | |
| coding | MagicNumber | '077' is a magic number. | 1880 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1882 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1883 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1884 | |
| coding | MagicNumber | '7' is a magic number. | 1885 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1886 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1888 | |
| coding | MagicNumber | '71' is a magic number. | 1888 | |
| coding | MagicNumber | '71' is a magic number. | 1889 | |
| coding | MagicNumber | '16' is a magic number. | 1890 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1892 | |
| coding | MagicNumber | '83' is a magic number. | 1892 | |
| coding | MagicNumber | '13' is a magic number. | 1893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1894 | |
| coding | MagicNumber | '80' is a magic number. | 1894 | |
| coding | MagicNumber | '6' is a magic number. | 1895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1898 | |
| coding | MagicNumber | '67' is a magic number. | 1898 | |
| coding | MagicNumber | '3' is a magic number. | 1901 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1902 | |
| coding | MagicNumber | '73' is a magic number. | 1902 | |
| coding | MagicNumber | '4' is a magic number. | 1905 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1906 | |
| coding | MagicNumber | '76' is a magic number. | 1906 | |
| coding | MagicNumber | '3' is a magic number. | 1907 | |
| coding | MagicNumber | '5' is a magic number. | 1909 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1910 | |
| coding | MagicNumber | '66' is a magic number. | 1910 | |
| coding | MagicNumber | '4' is a magic number. | 1911 | |
| coding | MagicNumber | '6' is a magic number. | 1913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1914 | |
| coding | MagicNumber | '85' is a magic number. | 1914 | |
| coding | MagicNumber | '5' is a magic number. | 1915 | |
| coding | MagicNumber | '8' is a magic number. | 1917 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1918 | |
| coding | MagicNumber | '77' is a magic number. | 1918 | |
| coding | MagicNumber | '9' is a magic number. | 1919 | |
| coding | MagicNumber | '10' is a magic number. | 1921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1922 | |
| coding | MagicNumber | '69' is a magic number. | 1922 | |
| coding | MagicNumber | '8' is a magic number. | 1923 | |
| coding | MagicNumber | '11' is a magic number. | 1925 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1926 | |
| coding | MagicNumber | '84' is a magic number. | 1926 | |
| coding | MagicNumber | '10' is a magic number. | 1927 | |
| coding | MagicNumber | '12' is a magic number. | 1929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1930 | |
| coding | MagicNumber | '83' is a magic number. | 1930 | |
| coding | MagicNumber | '11' is a magic number. | 1931 | |
| coding | MagicNumber | '13' is a magic number. | 1933 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1934 | |
| coding | MagicNumber | '89' is a magic number. | 1934 | |
| coding | MagicNumber | '12' is a magic number. | 1935 | |
| coding | MagicNumber | '14' is a magic number. | 1937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1938 | |
| coding | MagicNumber | '83' is a magic number. | 1938 | |
| coding | MagicNumber | '13' is a magic number. | 1939 | |
| coding | MagicNumber | '15' is a magic number. | 1941 | |
| coding | MagicNumber | '16' is a magic number. | 1942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1943 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 1943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 | |
| coding | MagicNumber | '71' is a magic number. | 1945 | |
| coding | MagicNumber | '71' is a magic number. | 1946 | |
| coding | MagicNumber | '16' is a magic number. | 1947 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1951 | |
| blocks | RightCurly | '}' should be on the same line. | 1952 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1954 | |
| coding | MagicNumber | '0xff' is a magic number. | 1955 | |
| coding | MagicNumber | '6' is a magic number. | 1955 | |
| coding | MagicNumber | '077' is a magic number. | 1956 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1958 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 1959 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1960 | |
| coding | MagicNumber | '7' is a magic number. | 1961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1964 | |
| coding | MagicNumber | '71' is a magic number. | 1964 | |
| coding | MagicNumber | '71' is a magic number. | 1965 | |
| coding | MagicNumber | '16' is a magic number. | 1966 | |
| coding | MagicNumber | '16' is a magic number. | 1968 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1969 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1971 | |
| coding | MagicNumber | '71' is a magic number. | 1971 | |
| coding | MagicNumber | '71' is a magic number. | 1972 | |
| coding | MagicNumber | '16' is a magic number. | 1973 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1977 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1979 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1980 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 1983 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1986 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1986 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1986 | |
| coding | MagicNumber | '17' is a magic number. | 1986 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1986 | |
| blocks | LeftCurly | '{' should have line break after. | 1988 | |
| blocks | RightCurly | '}' should be on the same line. | 1988 | |
| blocks | RightCurly | '}' should have line break before. | 1988 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 1989 | |
| blocks | LeftCurly | '{' should have line break after. | 1989 | |
| blocks | RightCurly | '}' should have line break before. | 1989 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1992 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1992 | |
| naming | MethodName | Name 'jjStopStringLiteralDfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1992 | |
| misc | FinalParameters | Parameter pos should be final. | 1992 | |
| misc | FinalParameters | Parameter active0 should be final. | 1992 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1993 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1995 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 1997 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1998 | |
| coding | MagicNumber | '59' is a magic number. | 1999 | |
| coding | MagicNumber | '16' is a magic number. | 2000 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2004 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2005 | |
| coding | MagicNumber | '59' is a magic number. | 2006 | |
| coding | MagicNumber | '16' is a magic number. | 2008 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2012 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2013 | |
| coding | MagicNumber | '59' is a magic number. | 2014 | |
| coding | MagicNumber | '16' is a magic number. | 2016 | |
| coding | MagicNumber | '3' is a magic number. | 2019 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2020 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2021 | |
| coding | MagicNumber | '59' is a magic number. | 2022 | |
| coding | MagicNumber | '3' is a magic number. | 2023 | |
| coding | MagicNumber | '16' is a magic number. | 2024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2031 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2031 | |
| naming | MethodName | Name 'jjStartNfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2031 | |
| misc | FinalParameters | Parameter pos should be final. | 2031 | |
| misc | FinalParameters | Parameter active0 should be final. | 2031 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2032 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2035 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2035 | |
| naming | MethodName | Name 'jjStartNfaWithStates_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2035 | |
| misc | FinalParameters | Parameter pos should be final. | 2035 | |
| misc | FinalParameters | Parameter kind should be final. | 2035 | |
| misc | FinalParameters | Parameter state should be final. | 2035 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2036 | |
| blocks | LeftCurly | '{' should have line break after. | 2039 | |
| blocks | RightCurly | '}' should be on the same line. | 2039 | |
| blocks | RightCurly | '}' should have line break before. | 2039 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2040 | |
| blocks | LeftCurly | '{' should have line break after. | 2040 | |
| blocks | RightCurly | '}' should have line break before. | 2040 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2043 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2043 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2043 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2044 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2045 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2046 | |
| coding | MagicNumber | '34' is a magic number. | 2047 | |
| coding | MagicNumber | '54' is a magic number. | 2048 | |
| coding | MagicNumber | '39' is a magic number. | 2049 | |
| coding | MagicNumber | '55' is a magic number. | 2050 | |
| coding | MagicNumber | '62' is a magic number. | 2051 | |
| coding | MagicNumber | '53' is a magic number. | 2052 | |
| coding | MagicNumber | '78' is a magic number. | 2053 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2054 | |
| coding | MagicNumber | '7' is a magic number. | 2056 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2059 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2059 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa1_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2059 | |
| misc | FinalParameters | Parameter active0 should be final. | 2059 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2060 | |
| blocks | LeftCurly | '{' should have line break after. | 2061 | |
| blocks | RightCurly | '}' should be on the same line. | 2061 | |
| blocks | RightCurly | '}' should have line break before. | 2061 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2062 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2066 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2067 | |
| coding | MagicNumber | '68' is a magic number. | 2068 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2069 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2075 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2075 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2075 | |
| misc | FinalParameters | Parameter old0 should be final. | 2075 | |
| misc | FinalParameters | Parameter active0 should be final. | 2075 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2076 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2077 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2077 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2078 | |
| blocks | LeftCurly | '{' should have line break after. | 2079 | |
| blocks | RightCurly | '}' should be on the same line. | 2079 | |
| blocks | RightCurly | '}' should have line break before. | 2079 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2080 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2084 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2085 | |
| coding | MagicNumber | '65' is a magic number. | 2086 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2087 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2093 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2093 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2093 | |
| misc | FinalParameters | Parameter old0 should be final. | 2093 | |
| misc | FinalParameters | Parameter active0 should be final. | 2093 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2094 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2095 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2095 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2096 | |
| blocks | LeftCurly | '{' should have line break after. | 2097 | |
| blocks | RightCurly | '}' should be on the same line. | 2097 | |
| blocks | RightCurly | '}' should have line break before. | 2097 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2098 | |
| coding | MagicNumber | '3' is a magic number. | 2100 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2102 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2103 | |
| coding | MagicNumber | '84' is a magic number. | 2104 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2111 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa4_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2111 | |
| misc | FinalParameters | Parameter old0 should be final. | 2111 | |
| misc | FinalParameters | Parameter active0 should be final. | 2111 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2113 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2114 | |
| blocks | LeftCurly | '{' should have line break after. | 2115 | |
| blocks | RightCurly | '}' should be on the same line. | 2115 | |
| blocks | RightCurly | '}' should have line break before. | 2115 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2116 | |
| coding | MagicNumber | '3' is a magic number. | 2117 | |
| coding | MagicNumber | '4' is a magic number. | 2118 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2120 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2121 | |
| coding | MagicNumber | '65' is a magic number. | 2122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2123 | |
| coding | MagicNumber | '0x400000000000000L' is a magic number. | 2123 | |
| coding | MagicNumber | '4' is a magic number. | 2124 | |
| coding | MagicNumber | '58' is a magic number. | 2124 | |
| coding | MagicNumber | '16' is a magic number. | 2124 | |
| coding | MagicNumber | '3' is a magic number. | 2129 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 2131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2131 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2131 | |
| naming | MethodName | Name 'jjMoveNfa_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2131 | |
| misc | FinalParameters | Parameter startState should be final. | 2131 | |
| misc | FinalParameters | Parameter curPos should be final. | 2131 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2132 | |
| coding | MagicNumber | '17' is a magic number. | 2134 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2137 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2140 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2140 | |
| coding | MagicNumber | '64' is a magic number. | 2142 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2143 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2146 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2147 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2148 | |
| coding | MagicNumber | '7' is a magic number. | 2149 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2150 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2152 | |
| coding | MagicNumber | '52' is a magic number. | 2152 | |
| coding | MagicNumber | '52' is a magic number. | 2153 | |
| blocks | RightCurly | '}' should be on the same line. | 2155 | |
| coding | MagicNumber | '58' is a magic number. | 2156 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2158 | |
| coding | MagicNumber | '59' is a magic number. | 2158 | |
| coding | MagicNumber | '59' is a magic number. | 2159 | |
| coding | MagicNumber | '16' is a magic number. | 2160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2164 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2166 | |
| coding | MagicNumber | '52' is a magic number. | 2166 | |
| coding | MagicNumber | '52' is a magic number. | 2167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2171 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2173 | |
| coding | MagicNumber | '56' is a magic number. | 2173 | |
| coding | MagicNumber | '56' is a magic number. | 2174 | |
| coding | MagicNumber | '9' is a magic number. | 2177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2180 | |
| coding | MagicNumber | '57' is a magic number. | 2180 | |
| coding | MagicNumber | '57' is a magic number. | 2181 | |
| coding | MagicNumber | '9' is a magic number. | 2182 | |
| coding | MagicNumber | '15' is a magic number. | 2184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2185 | |
| coding | MagicNumber | '58' is a magic number. | 2185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2187 | |
| coding | MagicNumber | '59' is a magic number. | 2187 | |
| coding | MagicNumber | '59' is a magic number. | 2188 | |
| coding | MagicNumber | '16' is a magic number. | 2189 | |
| coding | MagicNumber | '16' is a magic number. | 2191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2192 | |
| coding | MagicNumber | '0x7ff600000000000L' is a magic number. | 2192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2194 | |
| coding | MagicNumber | '59' is a magic number. | 2194 | |
| coding | MagicNumber | '59' is a magic number. | 2195 | |
| coding | MagicNumber | '16' is a magic number. | 2196 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2200 | |
| blocks | RightCurly | '}' should be on the same line. | 2201 | |
| coding | MagicNumber | '128' is a magic number. | 2202 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2203 | |
| coding | MagicNumber | '077' is a magic number. | 2204 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2206 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2207 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2208 | |
| coding | MagicNumber | '7' is a magic number. | 2209 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 2210 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2212 | |
| coding | MagicNumber | '59' is a magic number. | 2212 | |
| coding | MagicNumber | '59' is a magic number. | 2213 | |
| coding | MagicNumber | '16' is a magic number. | 2214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2216 | |
| coding | MagicNumber | '83' is a magic number. | 2216 | |
| coding | MagicNumber | '13' is a magic number. | 2217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2218 | |
| coding | MagicNumber | '80' is a magic number. | 2218 | |
| coding | MagicNumber | '6' is a magic number. | 2219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2222 | |
| coding | MagicNumber | '67' is a magic number. | 2222 | |
| coding | MagicNumber | '3' is a magic number. | 2225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2226 | |
| coding | MagicNumber | '73' is a magic number. | 2226 | |
| coding | MagicNumber | '4' is a magic number. | 2229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2230 | |
| coding | MagicNumber | '76' is a magic number. | 2230 | |
| coding | MagicNumber | '3' is a magic number. | 2231 | |
| coding | MagicNumber | '5' is a magic number. | 2233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2234 | |
| coding | MagicNumber | '66' is a magic number. | 2234 | |
| coding | MagicNumber | '4' is a magic number. | 2235 | |
| coding | MagicNumber | '6' is a magic number. | 2237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2238 | |
| coding | MagicNumber | '85' is a magic number. | 2238 | |
| coding | MagicNumber | '5' is a magic number. | 2239 | |
| coding | MagicNumber | '8' is a magic number. | 2241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2242 | |
| coding | MagicNumber | '77' is a magic number. | 2242 | |
| coding | MagicNumber | '9' is a magic number. | 2243 | |
| coding | MagicNumber | '10' is a magic number. | 2245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2246 | |
| coding | MagicNumber | '69' is a magic number. | 2246 | |
| coding | MagicNumber | '8' is a magic number. | 2247 | |
| coding | MagicNumber | '11' is a magic number. | 2249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2250 | |
| coding | MagicNumber | '84' is a magic number. | 2250 | |
| coding | MagicNumber | '10' is a magic number. | 2251 | |
| coding | MagicNumber | '12' is a magic number. | 2253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2254 | |
| coding | MagicNumber | '83' is a magic number. | 2254 | |
| coding | MagicNumber | '11' is a magic number. | 2255 | |
| coding | MagicNumber | '13' is a magic number. | 2257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2258 | |
| coding | MagicNumber | '89' is a magic number. | 2258 | |
| coding | MagicNumber | '12' is a magic number. | 2259 | |
| coding | MagicNumber | '14' is a magic number. | 2261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2262 | |
| coding | MagicNumber | '83' is a magic number. | 2262 | |
| coding | MagicNumber | '13' is a magic number. | 2263 | |
| coding | MagicNumber | '15' is a magic number. | 2265 | |
| coding | MagicNumber | '16' is a magic number. | 2266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2267 | |
| coding | MagicNumber | '0x7fffffe87fffffeL' is a magic number. | 2267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2269 | |
| coding | MagicNumber | '59' is a magic number. | 2269 | |
| coding | MagicNumber | '59' is a magic number. | 2270 | |
| coding | MagicNumber | '16' is a magic number. | 2271 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2275 | |
| blocks | RightCurly | '}' should be on the same line. | 2276 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2278 | |
| coding | MagicNumber | '0xff' is a magic number. | 2279 | |
| coding | MagicNumber | '6' is a magic number. | 2279 | |
| coding | MagicNumber | '077' is a magic number. | 2280 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2282 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2283 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2284 | |
| coding | MagicNumber | '7' is a magic number. | 2285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2288 | |
| coding | MagicNumber | '59' is a magic number. | 2288 | |
| coding | MagicNumber | '59' is a magic number. | 2289 | |
| coding | MagicNumber | '16' is a magic number. | 2290 | |
| coding | MagicNumber | '16' is a magic number. | 2292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2295 | |
| coding | MagicNumber | '59' is a magic number. | 2295 | |
| coding | MagicNumber | '59' is a magic number. | 2296 | |
| coding | MagicNumber | '16' is a magic number. | 2297 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2301 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2303 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2304 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2310 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2310 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2310 | |
| coding | MagicNumber | '17' is a magic number. | 2310 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2310 | |
| blocks | LeftCurly | '{' should have line break after. | 2312 | |
| blocks | RightCurly | '}' should be on the same line. | 2312 | |
| blocks | RightCurly | '}' should have line break before. | 2312 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2313 | |
| blocks | LeftCurly | '{' should have line break after. | 2313 | |
| blocks | RightCurly | '}' should have line break before. | 2313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2316 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2316 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2316 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2320 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2320 | |
| naming | MethodName | Name 'jjMoveNfa_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2320 | |
| misc | FinalParameters | Parameter startState should be final. | 2320 | |
| misc | FinalParameters | Parameter curPos should be final. | 2320 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2321 | |
| coding | MagicNumber | '7' is a magic number. | 2323 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2326 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2329 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2329 | |
| coding | MagicNumber | '64' is a magic number. | 2331 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2332 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2335 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2336 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2337 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2339 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2341 | |
| coding | MagicNumber | '63' is a magic number. | 2341 | |
| coding | MagicNumber | '63' is a magic number. | 2342 | |
| coding | MagicNumber | '6' is a magic number. | 2343 | |
| blocks | RightCurly | '}' should be on the same line. | 2344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2345 | |
| coding | MagicNumber | '39' is a magic number. | 2345 | |
| coding | MagicNumber | '4' is a magic number. | 2346 | |
| coding | MagicNumber | '5' is a magic number. | 2346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2347 | |
| coding | MagicNumber | '34' is a magic number. | 2347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2351 | |
| coding | MagicNumber | '0xafffffbb00002400L' is a magic number. | 2351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2355 | |
| coding | MagicNumber | '34' is a magic number. | 2355 | |
| coding | MagicNumber | '62' is a magic number. | 2355 | |
| coding | MagicNumber | '62' is a magic number. | 2356 | |
| coding | MagicNumber | '3' is a magic number. | 2358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2359 | |
| coding | MagicNumber | '39' is a magic number. | 2359 | |
| coding | MagicNumber | '4' is a magic number. | 2360 | |
| coding | MagicNumber | '5' is a magic number. | 2360 | |
| coding | MagicNumber | '4' is a magic number. | 2362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2363 | |
| coding | MagicNumber | '0xafffff3f00002400L' is a magic number. | 2363 | |
| coding | MagicNumber | '4' is a magic number. | 2364 | |
| coding | MagicNumber | '5' is a magic number. | 2364 | |
| coding | MagicNumber | '5' is a magic number. | 2366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2367 | |
| coding | MagicNumber | '39' is a magic number. | 2367 | |
| coding | MagicNumber | '62' is a magic number. | 2367 | |
| coding | MagicNumber | '62' is a magic number. | 2368 | |
| coding | MagicNumber | '6' is a magic number. | 2370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2371 | |
| coding | MagicNumber | '0x100002600L' is a magic number. | 2371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2373 | |
| coding | MagicNumber | '63' is a magic number. | 2373 | |
| coding | MagicNumber | '63' is a magic number. | 2374 | |
| coding | MagicNumber | '6' is a magic number. | 2375 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2379 | |
| blocks | RightCurly | '}' should be on the same line. | 2380 | |
| coding | MagicNumber | '128' is a magic number. | 2381 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2382 | |
| coding | MagicNumber | '077' is a magic number. | 2383 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2385 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2386 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2389 | |
| coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 2389 | |
| coding | MagicNumber | '4' is a magic number. | 2392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2393 | |
| coding | MagicNumber | '0x7fffffe87ffffffL' is a magic number. | 2393 | |
| coding | MagicNumber | '3' is a magic number. | 2394 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2398 | |
| blocks | RightCurly | '}' should be on the same line. | 2399 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2401 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2403 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2404 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2405 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2408 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2410 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2411 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2417 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2417 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2417 | |
| coding | MagicNumber | '7' is a magic number. | 2417 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2417 | |
| blocks | LeftCurly | '{' should have line break after. | 2419 | |
| blocks | RightCurly | '}' should be on the same line. | 2419 | |
| blocks | RightCurly | '}' should have line break before. | 2419 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2420 | |
| blocks | LeftCurly | '{' should have line break after. | 2420 | |
| blocks | RightCurly | '}' should have line break before. | 2420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2423 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2423 | |
| naming | MethodName | Name 'jjMoveStringLiteralDfa0_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2423 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2427 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2427 | |
| naming | MethodName | Name 'jjMoveNfa_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2427 | |
| misc | FinalParameters | Parameter startState should be final. | 2427 | |
| misc | FinalParameters | Parameter curPos should be final. | 2427 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2428 | |
| coding | MagicNumber | '6' is a magic number. | 2430 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2433 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2436 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2436 | |
| coding | MagicNumber | '64' is a magic number. | 2438 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2439 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2442 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2443 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2446 | |
| coding | MagicNumber | '39' is a magic number. | 2446 | |
| coding | MagicNumber | '4' is a magic number. | 2447 | |
| coding | MagicNumber | '5' is a magic number. | 2447 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2448 | |
| coding | MagicNumber | '34' is a magic number. | 2448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2452 | |
| coding | MagicNumber | '0xfffffffbffffffffL' is a magic number. | 2452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2456 | |
| coding | MagicNumber | '34' is a magic number. | 2456 | |
| coding | MagicNumber | '60' is a magic number. | 2456 | |
| coding | MagicNumber | '60' is a magic number. | 2457 | |
| coding | MagicNumber | '3' is a magic number. | 2459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2460 | |
| coding | MagicNumber | '39' is a magic number. | 2460 | |
| coding | MagicNumber | '4' is a magic number. | 2461 | |
| coding | MagicNumber | '5' is a magic number. | 2461 | |
| coding | MagicNumber | '4' is a magic number. | 2463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2464 | |
| coding | MagicNumber | '0xffffff7fffffffffL' is a magic number. | 2464 | |
| coding | MagicNumber | '4' is a magic number. | 2465 | |
| coding | MagicNumber | '5' is a magic number. | 2465 | |
| coding | MagicNumber | '5' is a magic number. | 2467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2468 | |
| coding | MagicNumber | '39' is a magic number. | 2468 | |
| coding | MagicNumber | '60' is a magic number. | 2468 | |
| coding | MagicNumber | '60' is a magic number. | 2469 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2473 | |
| blocks | RightCurly | '}' should be on the same line. | 2474 | |
| coding | MagicNumber | '128' is a magic number. | 2475 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2476 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2478 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2479 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2480 | |
| coding | MagicNumber | '4' is a magic number. | 2484 | |
| coding | MagicNumber | '3' is a magic number. | 2485 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2489 | |
| blocks | RightCurly | '}' should be on the same line. | 2490 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2492 | |
| coding | MagicNumber | '0xff' is a magic number. | 2493 | |
| coding | MagicNumber | '6' is a magic number. | 2493 | |
| coding | MagicNumber | '077' is a magic number. | 2494 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2496 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2497 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2500 | |
| coding | MagicNumber | '4' is a magic number. | 2503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2504 | |
| coding | MagicNumber | '3' is a magic number. | 2505 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 2509 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2511 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2512 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2518 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2518 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2518 | |
| coding | MagicNumber | '6' is a magic number. | 2518 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2518 | |
| blocks | LeftCurly | '{' should have line break after. | 2520 | |
| blocks | RightCurly | '}' should be on the same line. | 2520 | |
| blocks | RightCurly | '}' should have line break before. | 2520 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2521 | |
| blocks | LeftCurly | '{' should have line break after. | 2521 | |
| blocks | RightCurly | '}' should have line break before. | 2521 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2524 | |
| naming | ConstantName | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2525 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2527 | |
| naming | ConstantName | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2530 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 2530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2531 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 2531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2532 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2534 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2535 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 2535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2536 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 2536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2537 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2538 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2540 | |
| naming | ConstantName | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2547 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2553 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2555 | |
| naming | ConstantName | Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 2555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2556 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2557 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2558 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 2558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2559 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2561 | |
| naming | MemberName | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2561 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2562 | |
| coding | MagicNumber | '17' is a magic number. | 2562 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2563 | |
| coding | MagicNumber | '34' is a magic number. | 2563 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2564 | |
| design | VisibilityModifier | Variable 'curChar' must be private and have accessor methods. | 2564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2565 | |
| misc | FinalParameters | Parameter stream should be final. | 2565 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2569 | |
| misc | FinalParameters | Parameter stream should be final. | 2569 | |
| misc | FinalParameters | Parameter lexState should be final. | 2569 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2570 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2574 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2574 | |
| misc | FinalParameters | Parameter stream should be final. | 2574 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2575 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2581 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2581 | |
| naming | MethodName | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2581 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2582 | |
| coding | MagicNumber | '0x80000001' is a magic number. | 2584 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2585 | |
| coding | MagicNumber | '17' is a magic number. | 2585 | |
| coding | MagicNumber | '0x80000000' is a magic number. | 2586 | |
| design | DesignForExtension | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 2589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2589 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2589 | |
| misc | FinalParameters | Parameter stream should be final. | 2589 | |
| misc | FinalParameters | Parameter lexState should be final. | 2589 | |
| design | DesignForExtension | Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 2594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2594 | |
| naming | MethodName | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2594 | |
| misc | FinalParameters | Parameter lexState should be final. | 2594 | |
| coding | MagicNumber | '13' is a magic number. | 2595 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2601 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 2601 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2605 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2613 | |
| design | VisibilityModifier | Variable 'curLexState' must be private and have accessor methods. | 2613 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2614 | |
| design | VisibilityModifier | Variable 'defaultLexState' must be private and have accessor methods. | 2614 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2615 | |
| design | VisibilityModifier | Variable 'jjnewStateCnt' must be private and have accessor methods. | 2615 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2616 | |
| design | VisibilityModifier | Variable 'jjround' must be private and have accessor methods. | 2616 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2617 | |
| design | VisibilityModifier | Variable 'jjmatchedPos' must be private and have accessor methods. | 2617 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2618 | |
| design | VisibilityModifier | Variable 'jjmatchedKind' must be private and have accessor methods. | 2618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2620 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2626 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2628 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2628 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2630 | |
| blocks | RightCurly | '}' should be on the same line. | 2630 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 2631 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2632 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2632 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2638 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 2638 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2639 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2641 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2646 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2651 | |
| coding | MagicNumber | '3' is a magic number. | 2655 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2656 | |
| coding | MagicNumber | '4' is a magic number. | 2660 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2661 | |
| coding | MagicNumber | '5' is a magic number. | 2665 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2666 | |
| coding | MagicNumber | '6' is a magic number. | 2670 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2671 | |
| coding | MagicNumber | '7' is a magic number. | 2675 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2676 | |
| coding | MagicNumber | '8' is a magic number. | 2680 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2681 | |
| coding | MagicNumber | '9' is a magic number. | 2685 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2686 | |
| coding | MagicNumber | '10' is a magic number. | 2690 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2691 | |
| coding | MagicNumber | '11' is a magic number. | 2695 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2696 | |
| coding | MagicNumber | '12' is a magic number. | 2700 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2701 | |
| coding | MagicNumber | '0x7fffffff' is a magic number. | 2706 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2707 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2711 | |
| naming | LocalVariableName | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2715 | |
| naming | LocalVariableName | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2716 | |
| naming | LocalVariableName | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2717 | |
| naming | LocalVariableName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2718 | |
| blocks | LeftCurly | '{' should have line break after. | 2719 | |
| blocks | RightCurly | '}' should be on the same line. | 2719 | |
| blocks | RightCurly | '}' should have line break before. | 2719 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2722 | |
| blocks | RightCurly | '}' should be on the same line. | 2726 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2727 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2732 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 2734 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 88). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | ConstantName | Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'bufsize' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'available' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'tokenBegin' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'bufpos' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 98 | |
| naming | MethodName | Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| misc | FinalParameters | Parameter wrapAround should be final. | 98 | |
| coding | MagicNumber | '2048' is a magic number. | 100 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 101 | |
| coding | MagicNumber | '2048' is a magic number. | 101 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 102 | |
| coding | MagicNumber | '2048' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 115 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 128 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 131 | |
| blocks | RightCurly | '}' should be on the same line. | 133 | |
| coding | MagicNumber | '2048' is a magic number. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 143 | |
| naming | MethodName | Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| coding | MagicNumber | '2048' is a magic number. | 146 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 149 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| coding | MagicNumber | '2048' is a magic number. | 152 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 159 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 159 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 173 | |
| naming | MethodName | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 181 | |
| naming | MethodName | Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| misc | FinalParameters | Parameter c should be final. | 181 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 190 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 190 | |
| coding | MagicNumber | '8' is a magic number. | 202 | |
| coding | MagicNumber | '07' is a magic number. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 214 | |
| javadoc | JavadocMethod | Expected an @return tag. | 216 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 216 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 224 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 225 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| javadoc | JavadocMethod | Expected an @return tag. | 243 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 243 | |
| javadoc | JavadocMethod | Expected an @return tag. | 251 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 271 | |
| misc | FinalParameters | Parameter amount should be final. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 273 | |
| misc | FinalParameters | Parameter dstream should be final. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 280 | |
| misc | FinalParameters | Parameter startline should be final. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 280 | |
| misc | FinalParameters | Parameter startcolumn should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 281 | |
| misc | FinalParameters | Parameter buffersize should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 281 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 285 | |
| misc | FinalParameters | Parameter dstream should be final. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 295 | |
| misc | FinalParameters | Parameter startline should be final. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 295 | |
| misc | FinalParameters | Parameter startcolumn should be final. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 296 | |
| coding | MagicNumber | '4096' is a magic number. | 297 | |
| misc | FinalParameters | Parameter dstream should be final. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 304 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 | |
| misc | FinalParameters | Parameter dstream should be final. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 312 | |
| misc | FinalParameters | Parameter startline should be final. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 312 | |
| misc | FinalParameters | Parameter startcolumn should be final. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 313 | |
| misc | FinalParameters | Parameter buffersize should be final. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 313 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 319 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 324 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 325 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 325 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 | |
| misc | FinalParameters | Parameter dstream should be final. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 333 | |
| misc | FinalParameters | Parameter startline should be final. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 333 | |
| misc | FinalParameters | Parameter startcolumn should be final. | 334 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 334 | |
| coding | MagicNumber | '4096' is a magic number. | 335 | |
| naming | MethodName | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
| misc | FinalParameters | Parameter dstream should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 346 | |
| naming | MethodName | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 353 | |
| naming | MethodName | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| misc | FinalParameters | Parameter len should be final. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| naming | MethodName | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| misc | FinalParameters | Parameter newLine should be final. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'newLine'. | 375 | |
| misc | FinalParameters | Parameter newCol should be final. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'newCol'. | 375 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 388 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 389 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 402 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| misc | FinalParameters | Parameter currentTokenVal should be final. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentTokenVal'. | 77 | |
| misc | FinalParameters | Parameter expectedTokenSequencesVal should be final. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'expectedTokenSequencesVal'. | 78 | |
| misc | FinalParameters | Parameter tokenImageVal should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'tokenImageVal'. | 79 | |
| blocks | LeftCurly | '{' should be on the previous line. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter message should be final. | 104 | |
| design | VisibilityModifier | Variable 'specialConstructor' must be private and have accessor methods. | 114 | |
| design | VisibilityModifier | Variable 'currentToken' must be private and have accessor methods. | 121 | |
| design | VisibilityModifier | Variable 'expectedTokenSequences' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'tokenImage' must be private and have accessor methods. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 176 | |
| design | VisibilityModifier | Variable 'eol' must be private and have accessor methods. | 189 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| design | DesignForExtension | Method 'add_escapes' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| naming | MethodName | Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
| misc | FinalParameters | Parameter str should be final. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 196 | |
| blocks | LeftCurly | '{' should be on the previous line. | 201 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 229 | |
| coding | MagicNumber | '0x20' is a magic number. | 229 | |
| coding | MagicNumber | '0x7e' is a magic number. | 229 | |
| coding | MagicNumber | '16' is a magic number. | 230 | |
| coding | MagicNumber | '4' is a magic number. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| design | VisibilityModifier | Variable 'kind' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'beginLine' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'beginColumn' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'endLine' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'endColumn' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'image' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'specialToken' must be private and have accessor methods. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| blocks | LeftCurly | '{' should be on the previous line. | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 120 | |
| misc | FinalParameters | Parameter ofKind should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'ofKind'. | 120 | |
| blocks | LeftCurly | '{' should be on the previous line. | 121 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 122 | |
| blocks | LeftCurly | '{' should be on the previous line. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 70 | |
| design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| misc | FinalParameters | Parameter str should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 94 | |
| blocks | LeftCurly | '{' should be on the previous line. | 99 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 127 | |
| coding | MagicNumber | '0x20' is a magic number. | 127 | |
| coding | MagicNumber | '0x7e' is a magic number. | 127 | |
| coding | MagicNumber | '16' is a magic number. | 128 | |
| coding | MagicNumber | '4' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 151 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 151 | |
| naming | MethodName | Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| misc | FinalParameters | Parameter EOFSeen should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'EOFSeen'. | 151 | |
| naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| misc | FinalParameters | Parameter lexState should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 151 | |
| misc | FinalParameters | Parameter errorLine should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorLine'. | 151 | |
| misc | FinalParameters | Parameter errorColumn should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorColumn'. | 151 | |
| misc | FinalParameters | Parameter errorAfter should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorAfter'. | 151 | |
| misc | FinalParameters | Parameter curChar should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'curChar'. | 151 | |
| whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 152 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 153 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 155 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 155 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 168 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter message should be final. | 179 | |
| misc | FinalParameters | Parameter reason should be final. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter EOFSeen should be final. | 184 | |
| naming | ParameterName | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| misc | FinalParameters | Parameter lexState should be final. | 184 | |
| misc | FinalParameters | Parameter errorLine should be final. | 184 | |
| misc | FinalParameters | Parameter errorColumn should be final. | 184 | |
| misc | FinalParameters | Parameter errorAfter should be final. | 184 | |
| misc | FinalParameters | Parameter curChar should be final. | 184 | |
| misc | FinalParameters | Parameter reason should be final. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| naming | MemberName | Name '_annotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'addAnnotation' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getAnnotations' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'removeAnnotation' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| naming | MemberName | Name '_appInfos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name '_documentations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'addAppInfo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'addDocumentation' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 94 | |
| design | DesignForExtension | Method 'getAppInfo' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getDocumentation' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'removeAppInfo' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'removeDocumentation' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| naming | MemberName | Name '_objects' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| coding | MagicNumber | '3' is a magic number. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter object should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 104 | |
| blocks | RightCurly | '}' should be on the same line. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| misc | FinalParameters | Parameter object should be final. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter source should be final. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| blocks | LeftCurly | '{' should be on the previous line. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| misc | FinalParameters | Parameter node should be final. | 178 | |
| misc | FinalParameters | Parameter buffer should be final. | 178 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter schema should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| misc | FinalParameters | Parameter name should be final. | 121 | |
| coding | HiddenField | 'name' hides a field. | 121 | |
| misc | FinalParameters | Parameter baseType should be final. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| misc | FinalParameters | Parameter derivationMethod should be final. | 144 | |
| blocks | LeftCurly | '{' should be on the previous line. | 145 | |
| misc | FinalParameters | Parameter id should be final. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| blocks | LeftCurly | '{' should be on the previous line. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| misc | FinalParameters | Parameter parent should be final. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| naming | MemberName | Name '_natures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'addNature' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'hasNature' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'addContent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Unused @param tag for 'contentValue'. | 34 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| naming | MemberName | Name '_form' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | MemberName | Name '_useFlag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| naming | MemberName | Name '_attributeRef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| misc | FinalParameters | Parameter schema should be final. | 145 | |
| misc | FinalParameters | Parameter name should be final. | 145 | |
| misc | FinalParameters | Parameter schema should be final. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| misc | FinalParameters | Parameter ignoreRef should be final. | 213 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 214 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 259 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 261 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 261 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 262 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 263 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 264 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 265 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 346 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 372 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 410 | |
| misc | FinalParameters | Parameter form should be final. | 427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 431 | |
| misc | FinalParameters | Parameter id should be final. | 436 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| misc | FinalParameters | Parameter name should be final. | 445 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 460 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 460 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 468 | |
| misc | FinalParameters | Parameter parent should be final. | 473 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 488 | |
| misc | FinalParameters | Parameter reference should be final. | 492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 495 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 499 | |
| misc | FinalParameters | Parameter reference should be final. | 504 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 507 | |
| misc | FinalParameters | Parameter simpleType should be final. | 512 | |
| misc | FinalParameters | Parameter name should be final. | 525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| misc | FinalParameters | Parameter value should be final. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 556 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 564 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 566 | |
| misc | FinalParameters | Parameter value should be final. | 574 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 574 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 576 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 585 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 593 | |
| blocks | LeftCurly | '{' should be on the previous line. | 600 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 608 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 623 | |
| misc | FinalParameters | Parameter schema should be final. | 626 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 626 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter id should be final. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| blocks | LeftCurly | '{' should be on the previous line. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| naming | MemberName | Name '_references' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| naming | MemberName | Name '_anyAttribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| misc | FinalParameters | Parameter schema should be final. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| misc | FinalParameters | Parameter attrDecl should be final. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| misc | FinalParameters | Parameter attrGroup should be final. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | LeftCurly | '{' should have line break after. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 164 | |
| blocks | LeftCurly | '{' should have line break after. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| misc | FinalParameters | Parameter name should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| javadoc | JavadocMethod | Expected an @return tag. | 264 | |
| misc | FinalParameters | Parameter attr should be final. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 265 | |
| javadoc | JavadocMethod | Expected an @return tag. | 277 | |
| misc | FinalParameters | Parameter attrGroupReference should be final. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| misc | FinalParameters | Parameter wildcard should be final. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 291 | |
| blocks | LeftCurly | '{' should be on the previous line. | 293 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 302 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 302 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| misc | FinalParameters | Parameter name should be final. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 323 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 348 | |
| blocks | LeftCurly | '{' should be on the previous line. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 363 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 369 | |
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 369 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| misc | FinalParameters | Parameter definitions should be final. | 374 | |
| misc | FinalParameters | Parameter references should be final. | 374 | |
| coding | HiddenField | 'references' hides a field. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | MemberName | Name '_reference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| misc | FinalParameters | Parameter schema should be final. | 79 | |
| misc | FinalParameters | Parameter reference should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 79 | |
| blocks | LeftCurly | '{' should have line break after. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| misc | FinalParameters | Parameter name should be final. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | MemberName | Name '_all' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | MemberName | Name '_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| naming | MemberName | Name '_restriction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| naming | MemberName | Name '_substitution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| misc | FinalParameters | Parameter listOfValues should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| misc | FinalParameters | Parameter values should be final. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| blocks | RightCurly | '}' should be on the same line. | 207 | |
| blocks | RightCurly | '}' should be on the same line. | 210 | |
| blocks | RightCurly | '}' should be on the same line. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| naming | MemberName | Name '_abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| naming | MemberName | Name '_anyAttribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| naming | MemberName | Name '_baseType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| naming | MemberName | Name '_complexContent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| naming | MemberName | Name '_content' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 113 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | MemberName | Name '_restricted' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 167 | |
| design | DesignForExtension | Method 'addAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'removeAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 192 | |
| design | DesignForExtension | Method 'addAttributeGroupReference' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'removeAttributeGroupReference' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'createAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'getAnyAttribute' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 233 | |
| design | DesignForExtension | Method 'getAttributeDecl' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| design | DesignForExtension | Method 'getAttributeDecls' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| design | DesignForExtension | Method 'getLocalAttributeDecls' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'getAttributeGroupReferences' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'getBlock' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| design | DesignForExtension | Method 'hasAny' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| design | DesignForExtension | Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| design | DesignForExtension | Method 'isTopLevel' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| design | DesignForExtension | Method 'isComplexContent' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| design | DesignForExtension | Method 'isSimpleContent' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| design | DesignForExtension | Method 'isRestricted' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| design | DesignForExtension | Method 'setAbstract' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 446 | |
| design | DesignForExtension | Method 'setAnyAttribute' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| design | DesignForExtension | Method 'removeWildcard' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| design | DesignForExtension | Method 'addWildcard' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| design | DesignForExtension | Method 'setComplexContent' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| design | DesignForExtension | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| design | DesignForExtension | Method 'setSimpleContent' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| design | DesignForExtension | Method 'setRestriction' is not designed for extension - needs to be abstract, final or empty. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 652 | |
| design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| design | DesignForExtension | Method 'removeElementDecl' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 680 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 | |
| design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 748 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 756 | |
| design | DesignForExtension | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 776 | |
| design | DesignForExtension | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 791 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'getParticle' is not designed for extension - needs to be abstract, final or empty. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| design | DesignForExtension | Method 'getParticleCount' is not designed for extension - needs to be abstract, final or empty. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 818 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 831 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 901 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 902 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 917 | |
| design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 921 | |
| design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 938 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 939 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 64 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 65 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'elemOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | ConstantName | Name 'mixed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | ConstantName | Name 'empty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | ConstantName | Name 'any' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 79 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | ConstantName | Name 'textOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| naming | ConstantName | Name '_names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| naming | MemberName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| misc | FinalParameters | Parameter type should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 126 | |
| misc | FinalParameters | Parameter contentType should be final. | 126 | |
| blocks | LeftCurly | '{' should be on the previous line. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 | |
| blocks | RightCurly | '}' should be on the same line. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 73 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 75 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| misc | FinalParameters | Parameter name should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| misc | FinalParameters | Parameter name should be final. | 102 | |
| misc | FinalParameters | Parameter schema should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| misc | FinalParameters | Parameter baseTypeName should be final. | 111 | |
| coding | HiddenField | 'baseTypeName' hides a field. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseTypeName'. | 111 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 112 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | LeftCurly | '{' should be on the previous line. | 129 | |
| coding | MagicNumber | '666' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 136 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocMethod | Expected an @return tag. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| naming | MemberName | Name '_constraints' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | MemberName | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| naming | MemberName | Name '_elementRefName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| naming | MemberName | Name '_referencedElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| naming | MemberName | Name '_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | MemberName | Name '_form' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| naming | MemberName | Name '_isAbstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | MemberName | Name '_nillable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| naming | MemberName | Name '_substitutionGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| naming | MemberName | Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| misc | FinalParameters | Parameter schema should be final. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| misc | FinalParameters | Parameter schema should be final. | 182 | |
| misc | FinalParameters | Parameter name should be final. | 182 | |
| coding | MagicNumber | '3' is a magic number. | 190 | |
| design | DesignForExtension | Method 'addIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter constraint should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 204 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 205 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 206 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 207 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 208 | |
| design | DesignForExtension | Method 'getBlock' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 209 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 210 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 227 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 228 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 229 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 230 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 231 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 232 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 233 | |
| design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 234 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 235 | |
| design | DesignForExtension | Method 'getFixedValue' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| design | DesignForExtension | Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| design | DesignForExtension | Method 'getIdentityConstraints' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 293 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 294 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| misc | FinalParameters | Parameter ignoreRef should be final. | 306 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 312 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 316 | |
| design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 357 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 358 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 359 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 360 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 362 | |
| design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| design | DesignForExtension | Method 'getReferenceName' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 403 | |
| design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 410 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 410 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 422 | |
| design | DesignForExtension | Method 'getSubstitutionGroup' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| design | DesignForExtension | Method 'getSubstitutionGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 446 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 447 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 447 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| blocks | RightCurly | '}' should be on the same line. | 453 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 455 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 460 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 464 | |
| design | DesignForExtension | Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| design | DesignForExtension | Method 'isReference' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 498 | |
| design | DesignForExtension | Method 'setAbstract' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| misc | FinalParameters | Parameter isAbstract should be final. | 503 | |
| design | DesignForExtension | Method 'hasChildren' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 523 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 527 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 527 | |
| design | DesignForExtension | Method 'removeIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| misc | FinalParameters | Parameter constraint should be final. | 542 | |
| blocks | LeftCurly | '{' should be on the previous line. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 549 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 549 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 550 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 551 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 552 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 553 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 554 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 555 | |
| design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| misc | FinalParameters | Parameter block should be final. | 555 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 556 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 559 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 559 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 560 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 561 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 562 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 563 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 564 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 565 | |
| design | DesignForExtension | Method 'setBlock' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| misc | FinalParameters | Parameter block should be final. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 566 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 566 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 567 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 568 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 568 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 569 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 570 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| misc | FinalParameters | Parameter value should be final. | 577 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 581 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 582 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 583 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 584 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 585 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 586 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 587 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 588 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| misc | FinalParameters | Parameter finalList should be final. | 588 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 589 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 590 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 592 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 593 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 594 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 595 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 596 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 597 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 598 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 599 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| misc | FinalParameters | Parameter finalValue should be final. | 599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 600 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 600 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 601 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 602 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 602 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 603 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 604 | |
| design | DesignForExtension | Method 'setFixedValue' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| misc | FinalParameters | Parameter value should be final. | 611 | |
| design | DesignForExtension | Method 'setForm' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| misc | FinalParameters | Parameter form should be final. | 623 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| misc | FinalParameters | Parameter id should be final. | 632 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 641 | |
| misc | FinalParameters | Parameter name should be final. | 641 | |
| blocks | RightCurly | '}' should be on the same line. | 645 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 652 | |
| design | DesignForExtension | Method 'setNillable' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| misc | FinalParameters | Parameter nillable should be final. | 659 | |
| design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| misc | FinalParameters | Parameter parent should be final. | 668 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 682 | |
| design | DesignForExtension | Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 686 | |
| misc | FinalParameters | Parameter reference should be final. | 686 | |
| blocks | RightCurly | '}' should be on the same line. | 690 | |
| blocks | RightCurly | '}' should be on the same line. | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 701 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 710 | |
| design | DesignForExtension | Method 'setReferenceName' is not designed for extension - needs to be abstract, final or empty. | 715 | |
| misc | FinalParameters | Parameter referenceName should be final. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 716 | |
| blocks | RightCurly | '}' should be on the same line. | 718 | |
| design | DesignForExtension | Method 'setSubstitutionGroup' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter substitutionGroup should be final. | 731 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| misc | FinalParameters | Parameter type should be final. | 743 | |
| blocks | LeftCurly | '{' should be on the previous line. | 744 | |
| design | DesignForExtension | Method 'setTypeReference' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| misc | FinalParameters | Parameter name should be final. | 760 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 760 | |
| blocks | LeftCurly | '{' should be on the previous line. | 761 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 762 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 772 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 786 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 792 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 792 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 800 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 821 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 829 | |
| blocks | RightCurly | '}' should be on the same line. | 833 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 839 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 848 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 849 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 849 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 849 | |
| blocks | RightCurly | '}' should be on the same line. | 857 | |
| blocks | EmptyBlock | Must have at least one statement. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 862 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 866 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| design | DesignForExtension | Method 'hasXMLType' is not designed for extension - needs to be abstract, final or empty. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| naming | MemberName | Name '_owningType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| design | DesignForExtension | Method 'isMultivalued' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| design | DesignForExtension | Method 'toInt' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| design | DesignForExtension | Method 'toLong' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'toShort' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| design | DesignForExtension | Method 'toFloat' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| design | DesignForExtension | Method 'toDouble' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| design | DesignForExtension | Method 'toByte' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| design | DesignForExtension | Method 'toBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| design | DesignForExtension | Method 'overridesBase' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| design | DesignForExtension | Method 'setOwningType' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| design | DesignForExtension | Method 'getOwningType' is not designed for extension - needs to be abstract, final or empty. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter facet should be final. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter facetList should be final. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter index should be final. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| misc | FinalParameters | Parameter facet should be final. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter index should be final. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter name should be final. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| misc | FinalParameters | Parameter facets should be final. | 65 | |
| coding | HiddenField | 'facets' hides a field. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'facets'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 73 | |
| misc | FinalParameters | Parameter facets should be final. | 73 | |
| coding | HiddenField | 'facets' hides a field. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'facets'. | 73 | |
| misc | FinalParameters | Parameter inheritedFacets should be final. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'inheritedFacets'. | 73 | |
| blocks | LeftCurly | '{' should be on the previous line. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | RightCurly | '}' should be on the same line. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | MemberName | Name '_all' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| naming | MemberName | Name '_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | MemberName | Name '_restriction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| misc | FinalParameters | Parameter listOfValues should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| misc | FinalParameters | Parameter values should be final. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| blocks | RightCurly | '}' should be on the same line. | 184 | |
| blocks | RightCurly | '}' should be on the same line. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | FinalClass | Class Form should be declared as final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| naming | ConstantName | Name 'Qualified' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| naming | ConstantName | Name 'Unqualified' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | MemberName | Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| misc | FinalParameters | Parameter formValue should be final. | 139 | |
| blocks | RightCurly | '}' should be on the same line. | 142 | |
| blocks | RightCurly | '}' should be on the same line. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| naming | MemberName | Name '_contentModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | MemberName | Name '_order' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | MemberName | Name '_isModelGroupDefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 112 | |
| design | DesignForExtension | Method 'addWildcard' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 124 | |
| design | DesignForExtension | Method 'removeWildcard' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| design | DesignForExtension | Method 'getContentModelGroup' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| design | DesignForExtension | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 198 | |
| design | DesignForExtension | Method 'setIsModelGroupDefinition' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'isModelGroupDefinition'. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 204 | |
| design | DesignForExtension | Method 'isModelGroupDefinition' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 246 | |
| design | DesignForExtension | Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 263 | |
| design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 275 | |
| design | DesignForExtension | Method 'removeElementDecl' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 284 | |
| design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 297 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 308 | |
| design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 320 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 352 | |
| design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| design | DesignForExtension | Method 'getParticle' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| design | DesignForExtension | Method 'getParticleCount' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| design | DesignForExtension | Method 'hasAny' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 450 | |
| design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 482 | |
| design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 492 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| naming | MemberName | Name '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | MemberName | Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 91 | |
| blocks | LeftCurly | '{' should be on the previous line. | 92 | |
| coding | MagicNumber | '3' is a magic number. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| design | DesignForExtension | Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter field should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getSelector' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'removeField' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter field should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'field'. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| misc | FinalParameters | Parameter id should be final. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| misc | FinalParameters | Parameter name should be final. | 174 | |
| blocks | LeftCurly | '{' should be on the previous line. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| design | DesignForExtension | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter selector should be final. | 190 | |
| blocks | LeftCurly | '{' should be on the previous line. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| blocks | LeftCurly | '{' should be on the previous line. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| blocks | RightCurly | '}' should be on the same line. | 217 | |
| blocks | RightCurly | '}' should be on the same line. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| naming | MemberName | Name '_xpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter xpath should be final. | 77 | |
| blocks | LeftCurly | '{' should be on the previous line. | 79 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter id should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setXPath' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter xpath should be final. | 121 | |
| blocks | LeftCurly | '{' should be on the previous line. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| blocks | LeftCurly | '{' should be on the previous line. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| naming | MemberName | Name '_xpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter xpath should be final. | 77 | |
| blocks | LeftCurly | '{' should be on the previous line. | 79 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter id should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setXPath' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter xpath should be final. | 121 | |
| blocks | LeftCurly | '{' should be on the previous line. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| blocks | LeftCurly | '{' should be on the previous line. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 66 | |
| blocks | LeftCurly | '{' should be on the previous line. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| naming | MemberName | Name '_refer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter refer should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'refer'. | 71 | |
| blocks | LeftCurly | '{' should be on the previous line. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getRefer' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'setRefer' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| misc | FinalParameters | Parameter refer should be final. | 93 | |
| blocks | LeftCurly | '{' should be on the previous line. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.*. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| naming | MemberName | Name '_groupRef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| naming | MemberName | Name '_modelDefs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| misc | FinalParameters | Parameter schema should be final. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| misc | FinalParameters | Parameter name should be final. | 105 | |
| misc | FinalParameters | Parameter schema should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| design | DesignForExtension | Method 'addModelGroup' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter modelGroup should be final. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'enumerate' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 137 | |
| design | DesignForExtension | Method 'getDeclarations' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| design | DesignForExtension | Method 'getContentModelGroup' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter ignoreRef should be final. | 166 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 168 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 173 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| design | DesignForExtension | Method 'isReference' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| design | DesignForExtension | Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| misc | FinalParameters | Parameter reference should be final. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| design | DesignForExtension | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 247 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 248 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| design | DesignForExtension | Method 'hasReference' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 269 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 269 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| blocks | LeftCurly | '{' should be on the previous line. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 284 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 298 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 312 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 313 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 314 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 314 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 316 | |
| blocks | RightCurly | '}' should be on the same line. | 318 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 319 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 320 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 320 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 322 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 331 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 332 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 334 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 335 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 335 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 335 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 336 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 337 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 337 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 338 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 339 | |
| blocks | RightCurly | '}' should be on the same line. | 339 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 341 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 341 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 342 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 343 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 343 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 344 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 345 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 360 | |
| javadoc | JavadocMethod | Expected an @return tag. | 363 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| misc | FinalParameters | Parameter schema should be final. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| naming | MemberName | Name '_maxOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| naming | MemberName | Name '_maxOccursSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| naming | MemberName | Name '_minOccurs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | MemberName | Name '_minOccursSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | StaticVariableName | Name 'UNBOUNDED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| design | VisibilityModifier | Variable 'UNBOUNDED' must be private and have accessor methods. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| misc | FinalParameters | Parameter maxOccurs should be final. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| misc | FinalParameters | Parameter minOccurs should be final. | 134 | |
| design | DesignForExtension | Method 'isEmptiable' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| blocks | LeftCurly | '{' should be on the previous line. | 143 | |
| blocks | LeftCurly | '{' should be on the previous line. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 74 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 75 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 76 | |
| naming | MemberName | Name '_originalSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 79 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 80 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 81 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 82 | |
| naming | MemberName | Name '_parentSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 85 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 86 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 87 | |
| naming | MemberName | Name '_schemaLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 89 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| naming | MemberName | Name '_complexTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 101 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| naming | MemberName | Name '_groups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| naming | MemberName | Name '_attributeGroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 113 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| misc | FinalParameters | Parameter parentSchema should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 123 | |
| misc | FinalParameters | Parameter parentSchema should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 123 | |
| misc | FinalParameters | Parameter originalSchema should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalSchema'. | 123 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 126 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 127 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| design | DesignForExtension | Method 'addComplexType' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| misc | FinalParameters | Parameter complexType should be final. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 141 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 144 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 145 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 149 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 155 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 155 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 155 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 161 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 162 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 163 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 165 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 166 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 167 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 168 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 169 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 170 | |
| design | DesignForExtension | Method 'enumerateComplexTypes' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 171 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 176 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 177 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 179 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 181 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 182 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 183 | |
| design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter name should be final. | 183 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 187 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 188 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 190 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 192 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 192 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 195 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 197 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 197 | |
| design | DesignForExtension | Method 'hasComplexTypeRedefinition' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter name should be final. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 198 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 200 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 201 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 205 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 207 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 207 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 208 | |
| javadoc | JavadocMethod | Expected an @return tag. | 209 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 209 | |
| design | DesignForExtension | Method 'removeComplexType' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| misc | FinalParameters | Parameter complexType should be final. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 210 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 212 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 213 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 214 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 215 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 216 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 217 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 218 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 219 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 223 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 224 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 226 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 226 | |
| design | DesignForExtension | Method 'addSimpleType' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter simpleType should be final. | 226 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 227 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 230 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 232 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 232 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 235 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 236 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 236 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 237 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 239 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 241 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 241 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 241 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 241 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 241 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 242 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 243 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 246 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 247 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 248 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 250 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 251 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 252 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 254 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 255 | |
| design | DesignForExtension | Method 'enumerateSimpleTypes' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 259 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 260 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 262 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 263 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 265 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 266 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 267 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 268 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 269 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter name should be final. | 269 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 273 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 274 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 276 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 278 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 278 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 280 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 281 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 282 | |
| javadoc | JavadocMethod | Expected an @return tag. | 283 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 283 | |
| design | DesignForExtension | Method 'hasSimpleTypeRedefinition' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| misc | FinalParameters | Parameter name should be final. | 283 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 287 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 288 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 290 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 295 | |
| javadoc | JavadocMethod | Expected an @return tag. | 296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 296 | |
| design | DesignForExtension | Method 'removeSimpleType' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| misc | FinalParameters | Parameter simpleType should be final. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 297 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 300 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 301 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 302 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 303 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 304 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 305 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 306 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 308 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 309 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 310 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 311 | |
| design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| misc | FinalParameters | Parameter group should be final. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 311 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 316 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 318 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 319 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 320 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 322 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 324 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 324 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 324 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 324 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 324 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 325 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 326 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 328 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 330 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 331 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 335 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 336 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 338 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 338 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 339 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 340 | |
| design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| misc | FinalParameters | Parameter name should be final. | 340 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 344 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 345 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 347 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 348 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 349 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 350 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 351 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 352 | |
| design | DesignForExtension | Method 'enumerateGroups' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 357 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 359 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 361 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 364 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 365 | |
| javadoc | JavadocMethod | Expected an @return tag. | 366 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 366 | |
| design | DesignForExtension | Method 'hasGroupRedefinition' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| misc | FinalParameters | Parameter name should be final. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 367 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 369 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 370 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 372 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 373 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 377 | |
| javadoc | JavadocMethod | Expected an @return tag. | 378 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 378 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| misc | FinalParameters | Parameter group should be final. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 382 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 384 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 385 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 386 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 387 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 389 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 390 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 391 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 393 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 393 | |
| design | DesignForExtension | Method 'addAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter attrGroup should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrGroup'. | 393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 395 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 397 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 399 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 401 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 402 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 403 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 404 | |
| blocks | LeftCurly | '{' should be on the previous line. | 404 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 405 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 406 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 407 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 408 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 410 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 410 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 410 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 410 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 410 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 411 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 412 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 414 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 414 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 414 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 415 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 416 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 417 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 418 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 422 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 423 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 425 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 428 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 430 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 432 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 435 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 436 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 437 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 438 | |
| design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| misc | FinalParameters | Parameter name should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 441 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 442 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 442 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 444 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 446 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 447 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 449 | |
| design | DesignForExtension | Method 'enumerateAttributeGroups' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 453 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 454 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 460 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 462 | |
| javadoc | JavadocMethod | Expected an @return tag. | 463 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 463 | |
| design | DesignForExtension | Method 'hasAttributeGroupRedefinition' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| misc | FinalParameters | Parameter name should be final. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 466 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 467 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 469 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 471 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 473 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 473 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 474 | |
| javadoc | JavadocMethod | Expected an @return tag. | 475 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 475 | |
| design | DesignForExtension | Method 'removeAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| misc | FinalParameters | Parameter attrGroup should be final. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 478 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 479 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 480 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 482 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 483 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 484 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 486 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 488 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 490 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 491 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 494 | |
| design | DesignForExtension | Method 'hasRedefinition' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 495 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 495 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 505 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 506 | |
| design | DesignForExtension | Method 'getSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 507 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 510 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 511 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 512 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 513 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 514 | |
| design | DesignForExtension | Method 'getOriginalSchema' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 515 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 517 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 518 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 521 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 522 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 523 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 524 | |
| design | DesignForExtension | Method 'getParentSchema' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 524 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 525 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 527 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 528 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 528 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 529 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 530 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 531 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 532 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 533 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 536 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 539 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 539 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' should be on the previous line. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| blocks | LeftCurly | '{' should be on the previous line. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| blocks | LeftCurly | '{' should be on the previous line. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 118 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 136 | |
| misc | FinalParameters | Parameter id should be final. | 136 | |
| misc | FinalParameters | Parameter resolver should be final. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| blocks | LeftCurly | '{' should be on the previous line. | 137 | |
| misc | FinalParameters | Parameter referent should be final. | 149 | |
| blocks | LeftCurly | '{' should be on the previous line. | 150 | |
| naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| naming | MemberName | Name '_referent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| blocks | LeftCurly | '{' should be on the previous line. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' should be on the previous line. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | FileLength | File length is 2,245 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| naming | MemberName | Name '_attributeFormDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 126 | |
| naming | MemberName | Name '_attributeGroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 131 | |
| naming | MemberName | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | MemberName | Name '_block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 142 | |
| naming | MemberName | Name '_complexTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| naming | MemberName | Name '_elementFormDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 152 | |
| naming | MemberName | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 162 | |
| naming | MemberName | Name '_groups' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 167 | |
| naming | MemberName | Name '_redefineSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 177 | |
| naming | MemberName | Name '_importedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 183 | |
| naming | MemberName | Name '_cachedincludedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| naming | MemberName | Name '_includedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| naming | MemberName | Name '_schemaLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| naming | MemberName | Name '_schemaNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 212 | |
| naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| naming | MemberName | Name '_targetNamespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| naming | MemberName | Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| naming | MemberName | Name '_masterSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| misc | FinalParameters | Parameter schemaNS should be final. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| misc | FinalParameters | Parameter prefix should be final. | 261 | |
| misc | FinalParameters | Parameter schemaNamespace should be final. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| misc | FinalParameters | Parameter attribute should be final. | 286 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 287 | |
| blocks | LeftCurly | '{' should be on the previous line. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 299 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 300 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 301 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 314 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 315 | |
| design | DesignForExtension | Method 'addAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| misc | FinalParameters | Parameter attrGroup should be final. | 333 | |
| blocks | LeftCurly | '{' should be on the previous line. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| blocks | LeftCurly | '{' should be on the previous line. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 349 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 371 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 372 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 382 | |
| design | DesignForExtension | Method 'addComplexType' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| misc | FinalParameters | Parameter complexType should be final. | 388 | |
| blocks | LeftCurly | '{' should be on the previous line. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 416 | |
| design | DesignForExtension | Method 'addElementDecl' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| misc | FinalParameters | Parameter elementDecl should be final. | 422 | |
| blocks | LeftCurly | '{' should be on the previous line. | 424 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 428 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 428 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 430 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 440 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 449 | |
| design | DesignForExtension | Method 'addModelGroup' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter group should be final. | 455 | |
| blocks | LeftCurly | '{' should be on the previous line. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'addRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| misc | FinalParameters | Parameter schema should be final. | 486 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 489 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 491 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 491 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 494 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 496 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 496 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 497 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 505 | |
| design | DesignForExtension | Method 'addImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter schema should be final. | 509 | |
| blocks | LeftCurly | '{' should be on the previous line. | 511 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 514 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 514 | |
| blocks | LeftCurly | '{' should be on the previous line. | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 526 | |
| design | DesignForExtension | Method 'cacheIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| misc | FinalParameters | Parameter schema should be final. | 529 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 530 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 531 | |
| blocks | LeftCurly | '{' should be on the previous line. | 531 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 532 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 533 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 533 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 534 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 534 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 534 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 535 | |
| blocks | LeftCurly | '{' should be on the previous line. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 536 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 536 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 537 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 538 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 543 | |
| design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| misc | FinalParameters | Parameter prefix should be final. | 546 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 546 | |
| misc | FinalParameters | Parameter ns should be final. | 546 | |
| javadoc | JavadocMethod | Expected @param tag for 'ns'. | 546 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 550 | |
| design | DesignForExtension | Method 'addSimpleType' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| misc | FinalParameters | Parameter simpleType should be final. | 556 | |
| blocks | LeftCurly | '{' should be on the previous line. | 558 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 573 | |
| design | DesignForExtension | Method 'createComplexType' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| design | DesignForExtension | Method 'createComplexType' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| misc | FinalParameters | Parameter name should be final. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 614 | |
| design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 614 | |
| misc | FinalParameters | Parameter name should be final. | 614 | |
| misc | FinalParameters | Parameter baseName should be final. | 614 | |
| misc | FinalParameters | Parameter derivation should be final. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 616 | |
| design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| misc | FinalParameters | Parameter name should be final. | 627 | |
| misc | FinalParameters | Parameter baseType should be final. | 627 | |
| blocks | LeftCurly | '{' should be on the previous line. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 629 | |
| design | DesignForExtension | Method 'getAttributeFormDefault' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 643 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 648 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 648 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 648 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 649 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 652 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 659 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 660 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 675 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 676 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| misc | FinalParameters | Parameter name should be final. | 685 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 685 | |
| blocks | LeftCurly | '{' should be on the previous line. | 700 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 706 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 706 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 711 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 711 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 711 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 712 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 713 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 714 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 714 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 716 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 723 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 724 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 725 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 726 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 727 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 728 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 730 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 733 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 733 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 735 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 735 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 736 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 738 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 738 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 740 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 741 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 741 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 742 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 742 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 743 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 744 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 745 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 746 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 747 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 748 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 751 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 751 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 761 | |
| design | DesignForExtension | Method 'getAttributeGroups' is not designed for extension - needs to be abstract, final or empty. | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 766 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 766 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 766 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 767 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 768 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 769 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 769 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 770 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 774 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 778 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 779 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 781 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 781 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 784 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 784 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 786 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 786 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 787 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 788 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 789 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 790 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 792 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 792 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 793 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 795 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 795 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 798 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 798 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 798 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 799 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 800 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 802 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 802 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 806 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 806 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 807 | |
| design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 816 | |
| misc | FinalParameters | Parameter name should be final. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 824 | |
| blocks | LeftCurly | '{' should be on the previous line. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 834 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 838 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 838 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 843 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 843 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 843 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 847 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 847 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 848 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 849 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 850 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 851 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 852 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 856 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 856 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 857 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 858 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 860 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 860 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 861 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 862 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 863 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 863 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 865 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 866 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 866 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 867 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 867 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 868 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 869 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 872 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 872 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 873 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 874 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 876 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 876 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 877 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 878 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 879 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 880 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 881 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 882 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 883 | |
| blocks | RightCurly | '}' should be on the same line. | 884 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 887 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 887 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 887 | |
| design | DesignForExtension | Method 'getBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 900 | |
| javadoc | JavadocMethod | Expected an @return tag. | 907 | |
| design | DesignForExtension | Method 'getBuiltInTypeName' is not designed for extension - needs to be abstract, final or empty. | 907 | |
| misc | FinalParameters | Parameter builtInTypeCode should be final. | 907 | |
| javadoc | JavadocMethod | Expected @param tag for 'builtInTypeCode'. | 907 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 912 | |
| design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 917 | |
| misc | FinalParameters | Parameter name should be final. | 917 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 917 | |
| blocks | LeftCurly | '{' should be on the previous line. | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 938 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 938 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 938 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 942 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 944 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 944 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 944 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 947 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 949 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 949 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 950 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 951 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 952 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 953 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 953 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 954 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 955 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 956 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 958 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 958 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 959 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 960 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 962 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 963 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 963 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 964 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 965 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 965 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 966 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 967 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 968 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 969 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 969 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 970 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 973 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 973 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 974 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 976 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 976 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 977 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 978 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 979 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 980 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 980 | |
| blocks | RightCurly | '}' should be on the same line. | 982 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 985 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 985 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 986 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 994 | |
| design | DesignForExtension | Method 'getComplexTypes' is not designed for extension - needs to be abstract, final or empty. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 999 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 999 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 999 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 999 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1000 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1000 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1001 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1002 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1002 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1003 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1007 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1010 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1010 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1011 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1012 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1014 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1014 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1017 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1017 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1018 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1020 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1022 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1022 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1023 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1025 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1025 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1026 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1028 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1029 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1029 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1030 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1031 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1032 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1033 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1033 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1034 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1035 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1035 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1038 | |
| design | DesignForExtension | Method 'getElementDecl' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| misc | FinalParameters | Parameter name should be final. | 1043 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 1043 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1054 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1055 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1060 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1060 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1060 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1060 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1065 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1065 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1065 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1067 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1069 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1069 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1070 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1071 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1072 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1073 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1074 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1074 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1075 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1076 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1077 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1079 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1079 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1081 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1081 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1084 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1084 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1085 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1086 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1087 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1089 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1090 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1091 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1092 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1093 | |
| blocks | RightCurly | '}' should be on the same line. | 1094 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1097 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1097 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1105 | |
| design | DesignForExtension | Method 'getElementDecls' is not designed for extension - needs to be abstract, final or empty. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1110 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 1110 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 1110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1113 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1113 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1122 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1123 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1129 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1130 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1131 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1138 | |
| design | DesignForExtension | Method 'getElementFormDefault' is not designed for extension - needs to be abstract, final or empty. | 1148 | |
| design | DesignForExtension | Method 'getFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 1157 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1170 | |
| misc | FinalParameters | Parameter name should be final. | 1170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1184 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1189 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1189 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1189 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1189 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1190 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1190 | |
| blocks | RightCurly | '}' should be on the same line. | 1193 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1202 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1217 | |
| misc | FinalParameters | Parameter name should be final. | 1217 | |
| misc | FinalParameters | Parameter namespace should be final. | 1217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1236 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1245 | |
| blocks | RightCurly | '}' should be on the same line. | 1250 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1254 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1255 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1256 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1256 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1256 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1256 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1257 | |
| blocks | RightCurly | '}' should be on the same line. | 1261 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1263 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1265 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1265 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1265 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1265 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1265 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1266 | |
| blocks | RightCurly | '}' should be on the same line. | 1269 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1278 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1285 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1287 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1288 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1293 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1295 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1297 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1300 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1302 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1302 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1303 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1304 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1306 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1306 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1308 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1309 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1310 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1310 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1312 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1316 | |
| blocks | RightCurly | '}' should be on the same line. | 1318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1327 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1327 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1327 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 1328 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1328 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1333 | |
| design | DesignForExtension | Method 'getSimpleTypes' is not designed for extension - needs to be abstract, final or empty. | 1337 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1341 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1347 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1353 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 1353 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 1353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1364 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1368 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1371 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1371 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1372 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1374 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1375 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1377 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1378 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1380 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1387 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1391 | |
| design | DesignForExtension | Method 'getSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 1395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1400 | |
| design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 1405 | |
| misc | FinalParameters | Parameter name should be final. | 1405 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 1405 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1416 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1417 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1422 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1422 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 1422 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 1422 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1427 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1427 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1431 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1431 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1432 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1433 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1434 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1436 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1436 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1437 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1440 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1441 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1442 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1442 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1443 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1446 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1447 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1449 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1450 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1452 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1452 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1453 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1454 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1455 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1457 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1459 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1462 | |
| blocks | RightCurly | '}' should be on the same line. | 1464 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1467 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 1467 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1475 | |
| design | DesignForExtension | Method 'getModelGroups' is not designed for extension - needs to be abstract, final or empty. | 1479 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1480 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 1480 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 1480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1483 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1483 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1484 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1485 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1494 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1506 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1506 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1507 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1507 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1508 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1508 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1511 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1513 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1513 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1514 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 1523 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1527 | |
| design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1537 | |
| design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1541 | |
| misc | FinalParameters | Parameter ns should be final. | 1541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1544 | |
| design | DesignForExtension | Method 'getRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1549 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1552 | |
| design | DesignForExtension | Method 'getRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1558 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 1558 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1559 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1562 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1566 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1566 | |
| design | DesignForExtension | Method 'getCachedIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 1570 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 1570 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1573 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1580 | |
| design | DesignForExtension | Method 'getCachedIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 1582 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1584 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1587 | |
| design | DesignForExtension | Method 'getImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1593 | |
| misc | FinalParameters | Parameter ns should be final. | 1593 | |
| misc | FinalParameters | Parameter localOnly should be final. | 1593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1599 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1602 | |
| misc | FinalParameters | Parameter ns should be final. | 1606 | |
| misc | FinalParameters | Parameter caller should be final. | 1606 | |
| javadoc | JavadocMethod | Expected @param tag for 'caller'. | 1606 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1616 | |
| misc | FinalParameters | Parameter prefix should be final. | 1639 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 1639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1640 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1644 | |
| design | DesignForExtension | Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 1649 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1656 | |
| design | DesignForExtension | Method 'addInclude' is not designed for extension - needs to be abstract, final or empty. | 1658 | |
| misc | FinalParameters | Parameter include should be final. | 1658 | |
| javadoc | JavadocMethod | Expected @param tag for 'include'. | 1658 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1659 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1663 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1664 | |
| design | DesignForExtension | Method 'includeProcessed' is not designed for extension - needs to be abstract, final or empty. | 1667 | |
| misc | FinalParameters | Parameter includeFile should be final. | 1667 | |
| javadoc | JavadocMethod | Expected @param tag for 'includeFile'. | 1667 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1668 | |
| design | DesignForExtension | Method 'getSchemaNamespace' is not designed for extension - needs to be abstract, final or empty. | 1682 | |
| design | DesignForExtension | Method 'getTargetNamespace' is not designed for extension - needs to be abstract, final or empty. | 1692 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 1704 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1708 | |
| design | DesignForExtension | Method 'isKnownNamespace' is not designed for extension - needs to be abstract, final or empty. | 1713 | |
| misc | FinalParameters | Parameter namespaceURL should be final. | 1713 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1714 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1718 | |
| design | DesignForExtension | Method 'removeComplexType' is not designed for extension - needs to be abstract, final or empty. | 1725 | |
| misc | FinalParameters | Parameter complexType should be final. | 1725 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1727 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1734 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1735 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1735 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1736 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1737 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1738 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1739 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1740 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1741 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1743 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1743 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1744 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1746 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1746 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1747 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1748 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1750 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1754 | |
| design | DesignForExtension | Method 'removeElement' is not designed for extension - needs to be abstract, final or empty. | 1761 | |
| misc | FinalParameters | Parameter element should be final. | 1761 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1763 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1767 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1768 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1769 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1769 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1770 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1771 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1772 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1773 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1774 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1779 | |
| design | DesignForExtension | Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. | 1786 | |
| misc | FinalParameters | Parameter attribute should be final. | 1786 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1788 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1792 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1792 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1793 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1794 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1794 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1795 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1797 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1798 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1799 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1803 | |
| design | DesignForExtension | Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. | 1810 | |
| misc | FinalParameters | Parameter group should be final. | 1810 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1812 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1816 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1818 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1818 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1819 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1820 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1821 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1823 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1823 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1824 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1825 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1826 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1826 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1827 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1828 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1829 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1830 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1831 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1832 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1833 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1833 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1837 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1838 | |
| design | DesignForExtension | Method 'removeAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 1843 | |
| misc | FinalParameters | Parameter group should be final. | 1843 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1844 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1845 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1846 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1847 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1848 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1849 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1849 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1850 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1851 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1851 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1852 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1853 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1854 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1856 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1856 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1857 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1858 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1859 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1859 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1860 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1861 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1862 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1863 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1864 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1866 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1871 | |
| design | DesignForExtension | Method 'removeCachedIncludedSchema' is not designed for extension - needs to be abstract, final or empty. | 1878 | |
| misc | FinalParameters | Parameter schema should be final. | 1878 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1879 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1879 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1880 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1880 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1881 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1882 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1883 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1884 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1885 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1886 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1887 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1890 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1891 | |
| design | DesignForExtension | Method 'removeImportedSchema' is not designed for extension - needs to be abstract, final or empty. | 1898 | |
| misc | FinalParameters | Parameter schema should be final. | 1898 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1899 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1902 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1912 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1917 | |
| design | DesignForExtension | Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. | 1917 | |
| misc | FinalParameters | Parameter prefix should be final. | 1917 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1918 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1923 | |
| design | DesignForExtension | Method 'removeRedefineSchema' is not designed for extension - needs to be abstract, final or empty. | 1930 | |
| misc | FinalParameters | Parameter schema should be final. | 1930 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1931 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1931 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1932 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1932 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1933 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1934 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1935 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1936 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1937 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1938 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1939 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1941 | |
| design | DesignForExtension | Method 'removeSimpleType' is not designed for extension - needs to be abstract, final or empty. | 1948 | |
| misc | FinalParameters | Parameter simpleType should be final. | 1948 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1950 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1954 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1954 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1955 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1956 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1956 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1957 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1958 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1959 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1960 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1961 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1961 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1962 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1963 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1964 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1964 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1965 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1966 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1967 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1968 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1970 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1970 | |
| design | DesignForExtension | Method 'setAttributeFormDefault' is not designed for extension - needs to be abstract, final or empty. | 1980 | |
| misc | FinalParameters | Parameter attributeFormDefault should be final. | 1980 | |
| design | DesignForExtension | Method 'setBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 1989 | |
| misc | FinalParameters | Parameter block should be final. | 1989 | |
| design | DesignForExtension | Method 'setBlockDefault' is not designed for extension - needs to be abstract, final or empty. | 1998 | |
| misc | FinalParameters | Parameter block should be final. | 1998 | |
| design | DesignForExtension | Method 'setElementFormDefault' is not designed for extension - needs to be abstract, final or empty. | 2008 | |
| misc | FinalParameters | Parameter elementFormDefault should be final. | 2008 | |
| design | DesignForExtension | Method 'setFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 2017 | |
| misc | FinalParameters | Parameter finalList should be final. | 2017 | |
| design | DesignForExtension | Method 'setFinalDefault' is not designed for extension - needs to be abstract, final or empty. | 2026 | |
| misc | FinalParameters | Parameter finalValues should be final. | 2026 | |
| design | DesignForExtension | Method 'setSchemaLocation' is not designed for extension - needs to be abstract, final or empty. | 2035 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 2035 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2040 | |
| javadoc | JavadocMethod | Expected an @return tag. | 2043 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 2043 | |
| misc | FinalParameters | Parameter typeName should be final. | 2043 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeName'. | 2043 | |
| blocks | LeftCurly | '{' should be on the previous line. | 2044 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2057 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2059 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2062 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 2066 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 2066 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 2066 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 2066 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2075 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 2080 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2082 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 2089 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 2095 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2116 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 2121 | |
| misc | FinalParameters | Parameter id should be final. | 2121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2125 | |
| design | DesignForExtension | Method 'setTargetNamespace' is not designed for extension - needs to be abstract, final or empty. | 2130 | |
| misc | FinalParameters | Parameter targetNamespace should be final. | 2130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2134 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 2145 | |
| misc | FinalParameters | Parameter version should be final. | 2145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2150 | |
| blocks | LeftCurly | '{' should have line break after. | 2151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2157 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 2161 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 2171 | |
| design | DesignForExtension | Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. | 2214 | |
| misc | FinalParameters | Parameter namespace should be final. | 2214 | |
| javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 2214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2221 | |
| design | DesignForExtension | Method 'getMasterSchema' is not designed for extension - needs to be abstract, final or empty. | 2225 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 2226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2234 | |
| design | DesignForExtension | Method 'setMasterSchema' is not designed for extension - needs to be abstract, final or empty. | 2238 | |
| misc | FinalParameters | Parameter masterSchema should be final. | 2238 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 2239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Unused @param tag for 'schemaResolver'. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'resolver'. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| naming | MemberName | Name '_schemaResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 24 | |
| naming | MemberName | Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'getSchemaResolver' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 54 | |
| design | DesignForExtension | Method 'setSchemaResolver' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter resolver should be final. | 56 | |
| design | DesignForExtension | Method 'getParser' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter message should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter exception should be final. | 83 | |
| misc | FinalParameters | Parameter message should be final. | 94 | |
| misc | FinalParameters | Parameter exception should be final. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| misc | FinalParameters | Parameter structure should be final. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| misc | FinalParameters | Parameter name should be final. | 230 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 231 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 232 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 233 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 241 | |
| misc | FinalParameters | Parameter name should be final. | 245 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 246 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 247 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 265 | |
| misc | FinalParameters | Parameter name should be final. | 267 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter resolver should be final. | 68 | |
| design | DesignForExtension | Method 'addResolvable' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| misc | FinalParameters | Parameter id should be final. | 81 | |
| misc | FinalParameters | Parameter referent should be final. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| blocks | EmptyBlock | Must have at least one statement. | 82 | |
| design | DesignForExtension | Method 'removeResolvable' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| misc | FinalParameters | Parameter id should be final. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| design | DesignForExtension | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter id should be final. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | MemberName | Name '_typeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter content should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| misc | FinalParameters | Parameter simpleType should be final. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| misc | FinalParameters | Parameter schema should be final. | 117 | |
| misc | FinalParameters | Parameter typeName should be final. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 151 | |
| blocks | RightCurly | '}' should be on the same line. | 152 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 156 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 156 | |
| blocks | RightCurly | '}' should be on the same line. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| design | DesignForExtension | Method 'getTypeName' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| design | DesignForExtension | Method 'setSimpleType' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| misc | FinalParameters | Parameter simpleType should be final. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name '_facets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | MemberName | Name '_typeCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | MemberName | Name '_redefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'addFacet' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'getFacets' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getFacets' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'getFinal' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'getLocalFacets' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| design | DesignForExtension | Method 'getEffectiveFacets' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Expected an @return tag. | 260 | |
| design | DesignForExtension | Method 'getBuiltInBaseType' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| design | DesignForExtension | Method 'hasFacet' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| design | DesignForExtension | Method 'isBuiltInType' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| design | DesignForExtension | Method 'isDateTimeType' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| design | DesignForExtension | Method 'isRedefined' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| design | DesignForExtension | Method 'setRedefined' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'getTypeCode' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| design | DesignForExtension | Method 'setTypeCode' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 369 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 379 | |
| javadoc | JavadocMethod | Expected an @return tag. | 382 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 394 | |
| javadoc | JavadocMethod | Expected an @return tag. | 397 | |
| design | DesignForExtension | Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 409 | |
| javadoc | JavadocMethod | Expected an @return tag. | 412 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| design | DesignForExtension | Method 'removeFacet' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| misc | FinalParameters | Parameter facet should be final. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| design | DesignForExtension | Method 'removeFacet' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter name should be final. | 455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| misc | FinalParameters | Parameter finalValue should be final. | 478 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| design | DesignForExtension | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| design | DesignForExtension | Method 'createReference' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| misc | FinalParameters | Parameter name should be final. | 542 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| misc | FinalParameters | Parameter simpleType should be final. | 553 | |
| javadoc | JavadocMethod | Expected @param tag for 'simpleType'. | 553 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| misc | FinalParameters | Parameter parent should be final. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| design | DesignForExtension | Method 'copyFacets' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| misc | FinalParameters | Parameter target should be final. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| design | DesignForExtension | Method 'getNumberOfFacets' is not designed for extension - needs to be abstract, final or empty. | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| misc | FinalParameters | Parameter schema should be final. | 73 | |
| misc | FinalParameters | Parameter name should be final. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| blocks | LeftCurly | '{' should be on the previous line. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | LeftCurly | '{' should be on the previous line. | 103 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 109 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter name should be final. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| misc | FinalParameters | Parameter schema should be final. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 154 | |
| naming | StaticVariableName | Name '_typesByName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 159 | |
| naming | StaticVariableName | Name '_typesByCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 214 | |
| design | DesignForExtension | Method 'getBuiltInType' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Expected an @return tag. | 230 | |
| design | DesignForExtension | Method 'getBuiltInTypeName' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'builtInTypeCode'. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 255 | |
| design | DesignForExtension | Method 'createUserSimpleType' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 302 | |
| design | DesignForExtension | Method 'createUserSimpleType' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| blocks | LeftCurly | '{' should have line break after. | 308 | |
| blocks | RightCurly | '}' should have line break before. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 359 | |
| javadoc | JavadocMethod | Expected an @return tag. | 381 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeName'. | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeCode'. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 432 | |
| javadoc | JavadocMethod | Expected an @return tag. | 441 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 441 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 491 | |
| javadoc | JavadocMethod | Expected an @return tag. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 503 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 503 | |
| javadoc | JavadocMethod | Expected @param tag for 'builtInTypeName'. | 503 | |
| blocks | LeftCurly | '{' should have line break after. | 528 | |
| blocks | RightCurly | '}' should have line break before. | 528 | |
| naming | MemberName | Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 613 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| blocks | RightCurly | '}' should be on the same line. | 106 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 68 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| blocks | LeftCurly | '{' should be on the previous line. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| design | DesignForExtension | Method 'resolveTypeReference' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| blocks | LeftCurly | '{' should be on the previous line. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 115 | |
| blocks | RightCurly | '}' should be on the same line. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| misc | FinalParameters | Parameter parent should be final. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| javadoc | JavadocMethod | Expected an @return tag. | 149 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| blocks | LeftCurly | '{' should be on the previous line. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| naming | MemberName | Name '_simpleTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | MemberName | Name '_hasReferencedTypes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter schema should be final. | 83 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 84 | |
| blocks | LeftCurly | '{' should be on the previous line. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| coding | MagicNumber | '3' is a magic number. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'addMemberType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter typeName should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| design | DesignForExtension | Method 'addMemberType' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter simpleType should be final. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 123 | |
| blocks | RightCurly | '}' should be on the same line. | 124 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'getMemberTypes' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 162 | |
| blocks | RightCurly | '}' should be on the same line. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter schema should be final. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| misc | FinalParameters | Parameter id should be final. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'setLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter annotation should be final. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 66 | |
| blocks | LeftCurly | '{' should be on the previous line. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.*. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| blocks | LeftCurly | '{' should be on the previous line. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| naming | MemberName | Name '_namespaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | MemberName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | MemberName | Name '_attGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | MemberName | Name '_processContents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| misc | FinalParameters | Parameter complexType should be final. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| misc | FinalParameters | Parameter group should be final. | 113 | |
| misc | FinalParameters | Parameter attGroup should be final. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| blocks | EmptyBlock | Must have at least one statement. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter Namespace should be final. | 144 | |
| naming | ParameterName | Name 'Namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| javadoc | JavadocMethod | Expected an @return tag. | 152 | |
| design | DesignForExtension | Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter namespace should be final. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| design | DesignForExtension | Method 'getModelGroup' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 199 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| design | DesignForExtension | Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| design | DesignForExtension | Method 'getProcessContent' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 252 | |
| design | DesignForExtension | Method 'isAttributeWildcard' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 258 | |
| design | DesignForExtension | Method 'setAttributeWildcard' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| design | DesignForExtension | Method 'setProcessContents' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| misc | FinalParameters | Parameter process should be final. | 277 | |
| blocks | LeftCurly | '{' should be on the previous line. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 281 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| naming | StaticVariableName | Name 'NULL_ARGUMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| design | VisibilityModifier | Variable 'NULL_ARGUMENT' must be private and have accessor methods. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter name should be final. | 118 | |
| coding | HiddenField | 'name' hides a field. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| misc | FinalParameters | Parameter schema should be final. | 188 | |
| coding | HiddenField | 'schema' hides a field. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter baseType should be final. | 212 | |
| coding | HiddenField | 'baseType' hides a field. | 212 | |
| javadoc | JavadocMethod | Expected an @return tag. | 220 | |
| design | DesignForExtension | Method 'getDerivationMethod' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| design | DesignForExtension | Method 'setDerivationMethod' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter derivationMethod should be final. | 227 | |
| coding | HiddenField | 'derivationMethod' hides a field. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'derivationMethod'. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter id should be final. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getBaseTypeName' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 94 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 94 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 95 | |
| blocks | LeftCurly | '{' should be on the previous line. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 132 | |
| design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| misc | FinalParameters | Parameter name should be final. | 157 | |
| misc | FinalParameters | Parameter namespace should be final. | 157 | |
| misc | FinalParameters | Parameter atts should be final. | 157 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 159 | |
| blocks | LeftCurly | '{' should be on the previous line. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| blocks | RightCurly | '}' should be on the same line. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 172 | |
| blocks | RightCurly | '}' should be on the same line. | 173 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter name should be final. | 185 | |
| misc | FinalParameters | Parameter namespace should be final. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 186 | |
| blocks | LeftCurly | '{' should be on the previous line. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 201 | |
| blocks | RightCurly | '}' should be on the same line. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 205 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter ch should be final. | 210 | |
| misc | FinalParameters | Parameter start should be final. | 210 | |
| misc | FinalParameters | Parameter length should be final. | 210 | |
| blocks | LeftCurly | '{' should be on the previous line. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| naming | MemberName | Name '_appInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | MemberName | Name '_nodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getAppInfo' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter name should be final. | 147 | |
| misc | FinalParameters | Parameter namespace should be final. | 147 | |
| misc | FinalParameters | Parameter atts should be final. | 147 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter ch should be final. | 240 | |
| misc | FinalParameters | Parameter start should be final. | 240 | |
| misc | FinalParameters | Parameter length should be final. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| naming | MemberName | Name '_attributeGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 109 | |
| blocks | RightCurly | '}' should be on the same line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 | |
| blocks | RightCurly | '}' should be on the same line. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| design | DesignForExtension | Method 'getAttributeGroup' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter name should be final. | 186 | |
| misc | FinalParameters | Parameter namespace should be final. | 186 | |
| misc | FinalParameters | Parameter atts should be final. | 186 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 188 | |
| blocks | LeftCurly | '{' should be on the previous line. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 200 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 200 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 205 | |
| blocks | RightCurly | '}' should be on the same line. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | RightCurly | '}' should be on the same line. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 223 | |
| blocks | RightCurly | '}' should be on the same line. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | RightCurly | '}' should be on the same line. | 228 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 229 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter name should be final. | 240 | |
| misc | FinalParameters | Parameter namespace should be final. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 241 | |
| blocks | LeftCurly | '{' should be on the previous line. | 242 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' should be on the same line. | 263 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 271 | |
| blocks | RightCurly | '}' should be on the same line. | 272 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 279 | |
| blocks | RightCurly | '}' should be on the same line. | 281 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 283 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 284 | |
| blocks | RightCurly | '}' should be on the same line. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 291 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 291 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| misc | FinalParameters | Parameter ch should be final. | 298 | |
| misc | FinalParameters | Parameter start should be final. | 298 | |
| misc | FinalParameters | Parameter length should be final. | 298 | |
| blocks | LeftCurly | '{' should be on the previous line. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | MemberName | Name '_attribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| blocks | LeftCurly | '{' should be on the previous line. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 161 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Expected an @return tag. | 186 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter name should be final. | 211 | |
| misc | FinalParameters | Parameter namespace should be final. | 211 | |
| misc | FinalParameters | Parameter atts should be final. | 211 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 212 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 213 | |
| blocks | LeftCurly | '{' should be on the previous line. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 229 | |
| blocks | RightCurly | '}' should be on the same line. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 241 | |
| blocks | RightCurly | '}' should be on the same line. | 242 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| misc | FinalParameters | Parameter name should be final. | 256 | |
| misc | FinalParameters | Parameter namespace should be final. | 256 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 257 | |
| blocks | LeftCurly | '{' should be on the previous line. | 258 | |
| blocks | RightCurly | '}' should be on the same line. | 273 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 276 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| misc | FinalParameters | Parameter ch should be final. | 284 | |
| misc | FinalParameters | Parameter start should be final. | 284 | |
| misc | FinalParameters | Parameter length should be final. | 284 | |
| blocks | LeftCurly | '{' should be on the previous line. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 84 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter name should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter ch should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 112 | |
| misc | FinalParameters | Parameter start should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'start'. | 112 | |
| misc | FinalParameters | Parameter length should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 112 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 113 | |
| blocks | LeftCurly | '{' should be on the previous line. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 67 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 112 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 129 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 129 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 129 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| blocks | RightCurly | '}' should be on the same line. | 134 | |
| blocks | EmptyBlock | Must have at least one statement. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 139 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 141 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 142 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 145 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter name should be final. | 197 | |
| misc | FinalParameters | Parameter namespace should be final. | 197 | |
| misc | FinalParameters | Parameter atts should be final. | 197 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 198 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 199 | |
| blocks | LeftCurly | '{' should be on the previous line. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| blocks | RightCurly | '}' should be on the same line. | 222 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 231 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 231 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 231 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 231 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 237 | |
| blocks | RightCurly | '}' should be on the same line. | 238 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 243 | |
| blocks | RightCurly | '}' should be on the same line. | 243 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 245 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 247 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 248 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 249 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 249 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 254 | |
| blocks | RightCurly | '}' should be on the same line. | 254 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 258 | |
| blocks | RightCurly | '}' should be on the same line. | 259 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 261 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| misc | FinalParameters | Parameter name should be final. | 272 | |
| misc | FinalParameters | Parameter namespace should be final. | 272 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 273 | |
| blocks | LeftCurly | '{' should be on the previous line. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 288 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 288 | |
| blocks | RightCurly | '}' should be on the same line. | 290 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 294 | |
| blocks | RightCurly | '}' should be on the same line. | 300 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 301 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 302 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 304 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 306 | |
| blocks | RightCurly | '}' should be on the same line. | 308 | |
| blocks | RightCurly | '}' should be on the same line. | 314 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 315 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 317 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| misc | FinalParameters | Parameter ch should be final. | 323 | |
| misc | FinalParameters | Parameter start should be final. | 323 | |
| misc | FinalParameters | Parameter length should be final. | 323 | |
| blocks | LeftCurly | '{' should be on the previous line. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter name should be final. | 156 | |
| misc | FinalParameters | Parameter namespace should be final. | 156 | |
| misc | FinalParameters | Parameter atts should be final. | 156 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 157 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 158 | |
| blocks | LeftCurly | '{' should be on the previous line. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 182 | |
| blocks | RightCurly | '}' should be on the same line. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 189 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 198 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 199 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 199 | |
| blocks | RightCurly | '}' should be on the same line. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 204 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| blocks | RightCurly | '}' should be on the same line. | 213 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 214 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter name should be final. | 225 | |
| misc | FinalParameters | Parameter namespace should be final. | 225 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 226 | |
| blocks | LeftCurly | '{' should be on the previous line. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 241 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 241 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| misc | FinalParameters | Parameter ch should be final. | 248 | |
| misc | FinalParameters | Parameter start should be final. | 248 | |
| misc | FinalParameters | Parameter length should be final. | 248 | |
| blocks | LeftCurly | '{' should be on the previous line. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 167 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 176 | |
| blocks | LeftCurly | '{' should be on the previous line. | 178 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 | |
| blocks | RightCurly | '}' should be on the same line. | 184 | |
| blocks | RightCurly | '}' should be on the same line. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| javadoc | JavadocMethod | Unused @param tag for 'property'. | 218 | |
| misc | FinalParameters | Parameter content should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| misc | FinalParameters | Parameter property should be final. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Expected an @return tag. | 252 | |
| design | DesignForExtension | Method 'getComplexType' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 256 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 277 | |
| misc | FinalParameters | Parameter name should be final. | 277 | |
| misc | FinalParameters | Parameter namespace should be final. | 277 | |
| misc | FinalParameters | Parameter atts should be final. | 277 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 278 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 279 | |
| blocks | LeftCurly | '{' should be on the previous line. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 291 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 294 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 299 | |
| blocks | RightCurly | '}' should be on the same line. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 305 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 311 | |
| blocks | RightCurly | '}' should be on the same line. | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 324 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 328 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 334 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 340 | |
| blocks | RightCurly | '}' should be on the same line. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 346 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 349 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 352 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 355 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 355 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 363 | |
| blocks | RightCurly | '}' should be on the same line. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 369 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 372 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 378 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 378 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 379 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 387 | |
| blocks | RightCurly | '}' should be on the same line. | 388 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 390 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 390 | |
| blocks | LeftCurly | '{' should be on the previous line. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 393 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 396 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 399 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 401 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 402 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 402 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 403 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 403 | |
| blocks | RightCurly | '}' should be on the same line. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 412 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 412 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 416 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 419 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 419 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 419 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 422 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 422 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 422 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 425 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 425 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 425 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 425 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 432 | |
| blocks | RightCurly | '}' should be on the same line. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 436 | |
| blocks | RightCurly | '}' should be on the same line. | 439 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 442 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 442 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 445 | |
| blocks | RightCurly | '}' should be on the same line. | 448 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 449 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| misc | FinalParameters | Parameter name should be final. | 460 | |
| misc | FinalParameters | Parameter namespace should be final. | 460 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 461 | |
| blocks | LeftCurly | '{' should be on the previous line. | 462 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 486 | |
| blocks | RightCurly | '}' should be on the same line. | 489 | |
| blocks | RightCurly | '}' should be on the same line. | 495 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 500 | |
| blocks | RightCurly | '}' should be on the same line. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 505 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 505 | |
| blocks | RightCurly | '}' should be on the same line. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 510 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 510 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 510 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 512 | |
| blocks | RightCurly | '}' should be on the same line. | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 517 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 517 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| misc | FinalParameters | Parameter ch should be final. | 524 | |
| misc | FinalParameters | Parameter start should be final. | 524 | |
| misc | FinalParameters | Parameter length should be final. | 524 | |
| blocks | LeftCurly | '{' should be on the previous line. | 526 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - org.exolab.castor.xml.Unmarshaller. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | MemberName | Name '_documentLocator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | MemberName | Name '_uriResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'getURIResolver' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter resolver should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setURIResolver' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter uriResolver should be final. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| misc | FinalParameters | Parameter chars should be final. | 164 | |
| misc | FinalParameters | Parameter start should be final. | 164 | |
| misc | FinalParameters | Parameter length should be final. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter err should be final. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter ex should be final. | 201 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'illegalAttribute' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | FinalParameters | Parameter attName should be final. | 215 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| design | DesignForExtension | Method 'illegalElement' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter name should be final. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| misc | FinalParameters | Parameter name should be final. | 248 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 259 | |
| design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| misc | FinalParameters | Parameter name should be final. | 259 | |
| misc | FinalParameters | Parameter xtraInfo should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'xtraInfo'. | 259 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| design | DesignForExtension | Method 'outOfOrder' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter name should be final. | 276 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 276 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| misc | FinalParameters | Parameter str should be final. | 294 | |
| design | DesignForExtension | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| misc | FinalParameters | Parameter documentLocator should be final. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 321 | |
| misc | FinalParameters | Parameter chars should be final. | 321 | |
| misc | FinalParameters | Parameter start should be final. | 321 | |
| misc | FinalParameters | Parameter length should be final. | 321 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| misc | FinalParameters | Parameter name should be final. | 334 | |
| misc | FinalParameters | Parameter namespace should be final. | 334 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 355 | |
| misc | FinalParameters | Parameter name should be final. | 355 | |
| misc | FinalParameters | Parameter namespace should be final. | 355 | |
| misc | FinalParameters | Parameter atts should be final. | 355 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 355 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| design | DesignForExtension | Method 'getSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| naming | MemberName | Name '_documentation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| naming | MemberName | Name '_nodes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Expected an @return tag. | 127 | |
| design | DesignForExtension | Method 'getDocumentation' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter name should be final. | 152 | |
| misc | FinalParameters | Parameter namespace should be final. | 152 | |
| misc | FinalParameters | Parameter atts should be final. | 152 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 154 | |
| blocks | LeftCurly | '{' should be on the previous line. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| blocks | RightCurly | '}' should be on the same line. | 186 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 191 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter name should be final. | 204 | |
| misc | FinalParameters | Parameter namespace should be final. | 204 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 205 | |
| blocks | LeftCurly | '{' should be on the previous line. | 206 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 207 | |
| blocks | RightCurly | '}' should be on the same line. | 211 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 214 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| misc | FinalParameters | Parameter ch should be final. | 218 | |
| misc | FinalParameters | Parameter start should be final. | 218 | |
| misc | FinalParameters | Parameter length should be final. | 218 | |
| blocks | LeftCurly | '{' should be on the previous line. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 229 | |
| blocks | RightCurly | '}' should be on the same line. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 111 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| blocks | RightCurly | '}' should be on the same line. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| blocks | RightCurly | '}' should be on the same line. | 206 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Expected an @return tag. | 260 | |
| design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 264 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| misc | FinalParameters | Parameter name should be final. | 285 | |
| misc | FinalParameters | Parameter namespace should be final. | 285 | |
| misc | FinalParameters | Parameter atts should be final. | 285 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 286 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 287 | |
| blocks | LeftCurly | '{' should be on the previous line. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 298 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 299 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 304 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 304 | |
| blocks | RightCurly | '}' should be on the same line. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 313 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 316 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 319 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 324 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 329 | |
| blocks | RightCurly | '}' should be on the same line. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 334 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 340 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 344 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 348 | |
| blocks | RightCurly | '}' should be on the same line. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 350 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| blocks | LeftCurly | '{' should be on the previous line. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 355 | |
| blocks | RightCurly | '}' should be on the same line. | 356 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 357 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| misc | FinalParameters | Parameter name should be final. | 368 | |
| misc | FinalParameters | Parameter namespace should be final. | 368 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 369 | |
| blocks | LeftCurly | '{' should be on the previous line. | 370 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 392 | |
| blocks | RightCurly | '}' should be on the same line. | 394 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 398 | |
| blocks | RightCurly | '}' should be on the same line. | 402 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 405 | |
| blocks | RightCurly | '}' should be on the same line. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 408 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| blocks | LeftCurly | '{' should be on the previous line. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| misc | FinalParameters | Parameter ch should be final. | 421 | |
| misc | FinalParameters | Parameter start should be final. | 421 | |
| misc | FinalParameters | Parameter length should be final. | 421 | |
| blocks | LeftCurly | '{' should be on the previous line. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| misc | FinalParameters | Parameter atts should be final. | 436 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 437 | |
| blocks | LeftCurly | '{' should be on the previous line. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 458 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 459 | |
| blocks | LeftCurly | '{' should be on the previous line. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 114 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 130 | |
| blocks | RightCurly | '}' should be on the same line. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 137 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 137 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 141 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| blocks | RightCurly | '}' should be on the same line. | 148 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter name should be final. | 197 | |
| misc | FinalParameters | Parameter namespace should be final. | 197 | |
| misc | FinalParameters | Parameter atts should be final. | 197 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 198 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 199 | |
| blocks | LeftCurly | '{' should be on the previous line. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 211 | |
| blocks | RightCurly | '}' should be on the same line. | 212 | |
| blocks | RightCurly | '}' should be on the same line. | 219 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 227 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 234 | |
| blocks | RightCurly | '}' should be on the same line. | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 237 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 237 | |
| blocks | LeftCurly | '{' should be on the previous line. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 243 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 243 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 243 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 243 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 244 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 244 | |
| blocks | RightCurly | '}' should be on the same line. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 251 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 257 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 258 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 262 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 262 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 262 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 267 | |
| blocks | RightCurly | '}' should be on the same line. | 268 | |
| blocks | RightCurly | '}' should be on the same line. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 280 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 280 | |
| blocks | RightCurly | '}' should be on the same line. | 285 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 286 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter name should be final. | 297 | |
| misc | FinalParameters | Parameter namespace should be final. | 297 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 298 | |
| blocks | LeftCurly | '{' should be on the previous line. | 299 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 314 | |
| blocks | RightCurly | '}' should be on the same line. | 320 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 325 | |
| blocks | RightCurly | '}' should be on the same line. | 328 | |
| blocks | RightCurly | '}' should be on the same line. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 337 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 337 | |
| blocks | RightCurly | '}' should be on the same line. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 342 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 342 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 342 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 344 | |
| blocks | RightCurly | '}' should be on the same line. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 349 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 349 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| misc | FinalParameters | Parameter ch should be final. | 356 | |
| misc | FinalParameters | Parameter start should be final. | 356 | |
| misc | FinalParameters | Parameter length should be final. | 356 | |
| blocks | LeftCurly | '{' should be on the previous line. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | MemberName | Name '_facet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 137 | |
| design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter name should be final. | 162 | |
| misc | FinalParameters | Parameter namespace should be final. | 162 | |
| misc | FinalParameters | Parameter atts should be final. | 162 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 163 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 164 | |
| blocks | LeftCurly | '{' should be on the previous line. | 165 | |
| blocks | RightCurly | '}' should be on the same line. | 175 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 176 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter name should be final. | 187 | |
| misc | FinalParameters | Parameter namespace should be final. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 188 | |
| blocks | LeftCurly | '{' should be on the previous line. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 200 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter ch should be final. | 206 | |
| misc | FinalParameters | Parameter start should be final. | 206 | |
| misc | FinalParameters | Parameter length should be final. | 206 | |
| blocks | LeftCurly | '{' should be on the previous line. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| misc | FinalParameters | Parameter name should be final. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| whitespace | WhitespaceAround | 'return' is not preceded with whitespace. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | MemberName | Name '_fieldOrSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 98 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 106 | |
| blocks | LeftCurly | '{' should be on the previous line. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 123 | |
| blocks | RightCurly | '}' should be on the same line. | 125 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter name should be final. | 177 | |
| misc | FinalParameters | Parameter namespace should be final. | 177 | |
| misc | FinalParameters | Parameter atts should be final. | 177 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 178 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 179 | |
| blocks | LeftCurly | '{' should be on the previous line. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 194 | |
| blocks | RightCurly | '}' should be on the same line. | 195 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 196 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| misc | FinalParameters | Parameter name should be final. | 207 | |
| misc | FinalParameters | Parameter namespace should be final. | 207 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 208 | |
| blocks | LeftCurly | '{' should be on the previous line. | 209 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 222 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| misc | FinalParameters | Parameter ch should be final. | 229 | |
| misc | FinalParameters | Parameter start should be final. | 229 | |
| misc | FinalParameters | Parameter length should be final. | 229 | |
| blocks | LeftCurly | '{' should be on the previous line. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 120 | |
| blocks | RightCurly | '}' should be on the same line. | 141 | |
| blocks | RightCurly | '}' should be on the same line. | 144 | |
| blocks | RightCurly | '}' should be on the same line. | 148 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 185 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 185 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 190 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 190 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter name should be final. | 247 | |
| misc | FinalParameters | Parameter namespace should be final. | 247 | |
| misc | FinalParameters | Parameter atts should be final. | 247 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 248 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 249 | |
| blocks | LeftCurly | '{' should be on the previous line. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 259 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 260 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 265 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 265 | |
| blocks | RightCurly | '}' should be on the same line. | 270 | |
| blocks | RightCurly | '}' should be on the same line. | 275 | |
| blocks | LeftCurly | '{' should be on the previous line. | 278 | |
| blocks | RightCurly | '}' should be on the same line. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 285 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 285 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 291 | |
| blocks | RightCurly | '}' should be on the same line. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 298 | |
| blocks | RightCurly | '}' should be on the same line. | 299 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter name should be final. | 317 | |
| misc | FinalParameters | Parameter namespace should be final. | 317 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 318 | |
| blocks | LeftCurly | '{' should be on the previous line. | 319 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 350 | |
| blocks | RightCurly | '}' should be on the same line. | 352 | |
| blocks | RightCurly | '}' should be on the same line. | 356 | |
| blocks | RightCurly | '}' should be on the same line. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 361 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 361 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 361 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 363 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| misc | FinalParameters | Parameter ch should be final. | 370 | |
| misc | FinalParameters | Parameter start should be final. | 370 | |
| misc | FinalParameters | Parameter length should be final. | 370 | |
| blocks | LeftCurly | '{' should be on the previous line. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| naming | MemberName | Name '_identityConstraint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| naming | MemberName | Name '_foundSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| naming | MemberName | Name '_foundField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name '_elementName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| blocks | RightCurly | '}' should be on the same line. | 129 | |
| blocks | RightCurly | '}' should be on the same line. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| design | DesignForExtension | Method 'getIdentityConstraint' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 175 | |
| blocks | RightCurly | '}' should be on the same line. | 176 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| misc | FinalParameters | Parameter name should be final. | 195 | |
| misc | FinalParameters | Parameter namespace should be final. | 195 | |
| misc | FinalParameters | Parameter atts should be final. | 195 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 196 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 197 | |
| blocks | LeftCurly | '{' should be on the previous line. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 213 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| blocks | RightCurly | '}' should be on the same line. | 218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 232 | |
| blocks | RightCurly | '}' should be on the same line. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 236 | |
| blocks | RightCurly | '}' should be on the same line. | 237 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 238 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter name should be final. | 249 | |
| misc | FinalParameters | Parameter namespace should be final. | 249 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 250 | |
| blocks | LeftCurly | '{' should be on the previous line. | 251 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 264 | |
| blocks | RightCurly | '}' should be on the same line. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 269 | |
| blocks | RightCurly | '}' should be on the same line. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| misc | FinalParameters | Parameter ch should be final. | 282 | |
| misc | FinalParameters | Parameter start should be final. | 282 | |
| misc | FinalParameters | Parameter length should be final. | 282 | |
| blocks | LeftCurly | '{' should be on the previous line. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 61 | |
| blocks | LeftCurly | '{' should be on the previous line. | 62 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 103 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| blocks | RightCurly | '}' should be on the same line. | 109 | |
| blocks | RightCurly | '}' should be on the same line. | 113 | |
| blocks | RightCurly | '}' should be on the same line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 150 | |
| blocks | RightCurly | '}' should be on the same line. | 153 | |
| blocks | RightCurly | '}' should be on the same line. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 165 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | RightCurly | '}' should be on the same line. | 191 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 192 | |
| blocks | EmptyBlock | Must have at least one statement. | 192 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 197 | |
| blocks | RightCurly | '}' should be on the same line. | 208 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 210 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 210 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 210 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 210 | |
| blocks | RightCurly | '}' should be on the same line. | 211 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 212 | |
| blocks | LeftCurly | '{' should be on the previous line. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| javadoc | JavadocMethod | Expected an @return tag. | 228 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| blocks | LeftCurly | '{' should be on the previous line. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 103 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | RightCurly | '}' should be on the same line. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 127 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 141 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 149 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| blocks | RightCurly | '}' should be on the same line. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 153 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 153 | |
| blocks | EmptyBlock | Must have at least one statement. | 153 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 155 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 157 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 159 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 160 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 161 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 161 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 164 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 164 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 165 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 166 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 168 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 172 | |
| blocks | RightCurly | '}' should be on the same line. | 172 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 173 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 174 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 174 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 174 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 175 | |
| blocks | RightCurly | '}' should be on the same line. | 175 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 176 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 176 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 177 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 178 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 179 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 182 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 184 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 184 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 186 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| naming | MemberName | Name '_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 140 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 149 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 149 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 149 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 157 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| design | DesignForExtension | Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| javadoc | JavadocMethod | Expected an @return tag. | 218 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| misc | FinalParameters | Parameter name should be final. | 235 | |
| misc | FinalParameters | Parameter namespace should be final. | 235 | |
| misc | FinalParameters | Parameter atts should be final. | 235 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 236 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 237 | |
| blocks | LeftCurly | '{' should be on the previous line. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 248 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 248 | |
| blocks | RightCurly | '}' should be on the same line. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 257 | |
| blocks | RightCurly | '}' should be on the same line. | 258 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter name should be final. | 275 | |
| misc | FinalParameters | Parameter namespace should be final. | 275 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 276 | |
| blocks | LeftCurly | '{' should be on the previous line. | 277 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 296 | |
| blocks | RightCurly | '}' should be on the same line. | 298 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 301 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| misc | FinalParameters | Parameter ch should be final. | 310 | |
| misc | FinalParameters | Parameter start should be final. | 310 | |
| misc | FinalParameters | Parameter length should be final. | 310 | |
| blocks | LeftCurly | '{' should be on the previous line. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' should be on the previous line. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 89 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| naming | MemberName | Name '_importedSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| naming | MemberName | Name '_redefineSchema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'schemaContext'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'atts'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriResolver'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'locator'. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'state'. | 119 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 123 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 123 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 142 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 152 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| blocks | RightCurly | '}' should be on the same line. | 158 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 164 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 165 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 167 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 169 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 171 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 181 | |
| blocks | RightCurly | '}' should be on the same line. | 182 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 184 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 186 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 187 | |
| blocks | RightCurly | '}' should be on the same line. | 187 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 188 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 190 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 190 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 191 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 199 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 200 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 201 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 202 | |
| blocks | RightCurly | '}' should be on the same line. | 202 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 203 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 203 | |
| blocks | EmptyBlock | Must have at least one statement. | 203 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 203 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 205 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 205 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 206 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 208 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 208 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 209 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 211 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 211 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 212 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 213 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 215 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 216 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 219 | |
| blocks | RightCurly | '}' should be on the same line. | 219 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 220 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 221 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 221 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 222 | |
| blocks | RightCurly | '}' should be on the same line. | 222 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 223 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 223 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 224 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 226 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 227 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 228 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 229 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 230 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 231 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 232 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 233 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 234 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 235 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 235 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 235 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 236 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 236 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 237 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 239 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 239 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 244 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 246 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 247 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 249 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 249 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 250 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 251 | |
| blocks | LeftCurly | '{' should be on the previous line. | 251 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 254 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 255 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| misc | FinalParameters | Parameter name should be final. | 270 | |
| misc | FinalParameters | Parameter namespace should be final. | 270 | |
| misc | FinalParameters | Parameter atts should be final. | 270 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 271 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 271 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 272 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 272 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 273 | |
| blocks | LeftCurly | '{' should be on the previous line. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 276 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 277 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 278 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 279 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 281 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 282 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 284 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 284 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 285 | |
| whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 285 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 287 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 287 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 288 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 294 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 295 | |
| blocks | RightCurly | '}' should be on the same line. | 295 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 298 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 298 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 299 | |
| blocks | RightCurly | '}' should be on the same line. | 299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 300 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 301 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 303 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 303 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 304 | |
| blocks | RightCurly | '}' should be on the same line. | 304 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 305 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 308 | |
| blocks | RightCurly | '}' should be on the same line. | 308 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 309 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 312 | |
| blocks | RightCurly | '}' should be on the same line. | 312 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 315 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 317 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 319 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 330 | |
| misc | FinalParameters | Parameter name should be final. | 330 | |
| misc | FinalParameters | Parameter namespace should be final. | 330 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 331 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 331 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 332 | |
| blocks | LeftCurly | '{' should be on the previous line. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 333 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 334 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 335 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 336 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 338 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 339 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 340 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 341 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 342 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 343 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 346 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 347 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 350 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 351 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 352 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 353 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 354 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 355 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 356 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 357 | |
| blocks | RightCurly | '}' should be on the same line. | 357 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 358 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 359 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 360 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 364 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 366 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 368 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 368 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 368 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 369 | |
| blocks | RightCurly | '}' should be on the same line. | 369 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 370 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 373 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 373 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 374 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 376 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 378 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 378 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 378 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 380 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 382 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 382 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 383 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 385 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 387 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 387 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 389 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 390 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 390 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 390 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 390 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 390 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 391 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 394 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 394 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 395 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 397 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 398 | |
| blocks | RightCurly | '}' should be on the same line. | 398 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 399 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 400 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 402 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 402 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 403 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 404 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 406 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 406 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 406 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 407 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 408 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 410 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 410 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 411 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 413 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 415 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 415 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 417 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 418 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 418 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 418 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 419 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 421 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 422 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 424 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 425 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 426 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 427 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 428 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 430 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 431 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 433 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 434 | |
| blocks | RightCurly | '}' should be on the same line. | 434 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 435 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 436 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 438 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 438 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 439 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 441 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 443 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 443 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 443 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 445 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 447 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 447 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 448 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 450 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 452 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 452 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 452 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 454 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 455 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 455 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 455 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 455 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 455 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 455 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 455 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 456 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 458 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 459 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 461 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 463 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 464 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 464 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 464 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 464 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 467 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 468 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 470 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 470 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 471 | |
| blocks | RightCurly | '}' should be on the same line. | 471 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 472 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 473 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 475 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 475 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 476 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 478 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 479 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 480 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 482 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 484 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 484 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 485 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 487 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 488 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 489 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 491 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 492 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 492 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 492 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 492 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 492 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 499 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 502 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 503 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 506 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| misc | FinalParameters | Parameter ch should be final. | 509 | |
| misc | FinalParameters | Parameter start should be final. | 509 | |
| misc | FinalParameters | Parameter length should be final. | 509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 510 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 511 | |
| blocks | LeftCurly | '{' should be on the previous line. | 511 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 512 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 513 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 514 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 519 | |
| javadoc | JavadocMethod | Expected an @return tag. | 522 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 526 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter compReader should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 94 | |
| misc | FinalParameters | Parameter atts should be final. | 94 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 130 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter ch should be final. | 146 | |
| misc | FinalParameters | Parameter start should be final. | 146 | |
| misc | FinalParameters | Parameter length should be final. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter name should be final. | 159 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter ch should be final. | 179 | |
| misc | FinalParameters | Parameter start should be final. | 179 | |
| misc | FinalParameters | Parameter length should be final. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter target should be final. | 183 | |
| misc | FinalParameters | Parameter data should be final. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter locator should be final. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter name should be final. | 195 | |
| misc | FinalParameters | Parameter atts should be final. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| misc | FinalParameters | Parameter exception should be final. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter exception should be final. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter exception should be final. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| blocks | LeftCurly | '{' should be on the previous line. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | MemberName | Name '_locator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| design | VisibilityModifier | Variable '_locator' must be private and have accessor methods. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 110 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter resolver should be final. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| misc | FinalParameters | Parameter chars should be final. | 142 | |
| misc | FinalParameters | Parameter start should be final. | 142 | |
| misc | FinalParameters | Parameter length should be final. | 142 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| misc | FinalParameters | Parameter err should be final. | 164 | |
| blocks | LeftCurly | '{' should be on the previous line. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'illegalAttribute' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter attName should be final. | 180 | |
| blocks | LeftCurly | '{' should be on the previous line. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'illegalElement' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter name should be final. | 198 | |
| blocks | LeftCurly | '{' should be on the previous line. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter name should be final. | 218 | |
| blocks | LeftCurly | '{' should be on the previous line. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'redefinedElement' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| misc | FinalParameters | Parameter name should be final. | 230 | |
| misc | FinalParameters | Parameter xtraInfo should be final. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'xtraInfo'. | 230 | |
| blocks | LeftCurly | '{' should be on the previous line. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 244 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'outOfOrder' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter name should be final. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| blocks | LeftCurly | '{' should be on the previous line. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| misc | FinalParameters | Parameter str should be final. | 269 | |
| blocks | LeftCurly | '{' should be on the previous line. | 271 | |
| blocks | RightCurly | '}' should be on the same line. | 274 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 276 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter ch should be final. | 286 | |
| misc | FinalParameters | Parameter start should be final. | 286 | |
| misc | FinalParameters | Parameter length should be final. | 286 | |
| blocks | LeftCurly | '{' should be on the previous line. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| blocks | LeftCurly | '{' should be on the previous line. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter name should be final. | 300 | |
| blocks | LeftCurly | '{' should be on the previous line. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| misc | FinalParameters | Parameter ch should be final. | 308 | |
| misc | FinalParameters | Parameter start should be final. | 308 | |
| misc | FinalParameters | Parameter length should be final. | 308 | |
| blocks | LeftCurly | '{' should be on the previous line. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| misc | FinalParameters | Parameter target should be final. | 315 | |
| misc | FinalParameters | Parameter data should be final. | 315 | |
| blocks | LeftCurly | '{' should be on the previous line. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| design | DesignForExtension | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| misc | FinalParameters | Parameter locator should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| blocks | LeftCurly | '{' should be on the previous line. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| misc | FinalParameters | Parameter name should be final. | 334 | |
| misc | FinalParameters | Parameter atts should be final. | 334 | |
| blocks | LeftCurly | '{' should be on the previous line. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| design | DesignForExtension | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter exception should be final. | 346 | |
| blocks | LeftCurly | '{' should be on the previous line. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| design | DesignForExtension | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| misc | FinalParameters | Parameter exception should be final. | 353 | |
| blocks | LeftCurly | '{' should be on the previous line. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| design | DesignForExtension | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| misc | FinalParameters | Parameter exception should be final. | 361 | |
| blocks | LeftCurly | '{' should be on the previous line. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name '_documentBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | MemberName | Name '_absoluteURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name '_relativeURI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| misc | FinalParameters | Parameter schema should be final. | 84 | |
| misc | FinalParameters | Parameter href should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 96 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 101 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 106 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 113 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 116 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 118 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 121 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 122 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 124 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 126 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 130 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 132 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 133 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 134 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 135 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 136 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 136 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 137 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 140 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 141 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 142 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 143 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 144 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 145 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 146 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 147 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 149 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 150 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 151 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 153 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 154 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 156 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 171 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 172 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 173 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 174 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 175 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 176 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 178 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 179 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| naming | MemberName | Name '_parser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| naming | MemberName | Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| naming | MemberName | Name '_resolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| naming | MemberName | Name '_errorHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| naming | MemberName | Name '_uriResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| naming | MemberName | Name '_cacheIncludedSchemas' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| naming | MemberName | Name '_validate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter source should be final. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| misc | FinalParameters | Parameter reader should be final. | 170 | |
| misc | FinalParameters | Parameter filename should be final. | 170 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| misc | FinalParameters | Parameter url should be final. | 191 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'setInputSource' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter errorHandler should be final. | 325 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorHandler'. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'setCacheIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| misc | FinalParameters | Parameter cache should be final. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'setValidation' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter validate should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| design | DesignForExtension | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter resolver should be final. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'setURIResolver' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| misc | FinalParameters | Parameter uriresolver should be final. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| misc | FinalParameters | Parameter xmlException should be final. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| misc | FinalParameters | Parameter sx should be final. | 393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| naming | MemberName | Name '_include' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| naming | MemberName | Name '_annotationDepth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'skipAll' must be private and have accessor methods. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| design | VisibilityModifier | Variable '_schema' must be private and have accessor methods. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| naming | MemberName | Name '_defaultNS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| naming | MemberName | Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| naming | MemberName | Name '_prefixMappings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 249 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| misc | FinalParameters | Parameter namespace should be final. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 596 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 633 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 635 | |
| misc | FinalParameters | Parameter name should be final. | 635 | |
| misc | FinalParameters | Parameter namespace should be final. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 753 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 765 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 774 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 775 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 778 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 786 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 788 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 802 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 818 | |
| blocks | EmptyBlock | Must have at least one statement. | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 839 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 843 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 844 | |
| naming | MemberName | Name '_prefixes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 846 | |
| naming | MemberName | Name '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 846 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 847 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 848 | |
| design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 850 | |
| misc | FinalParameters | Parameter prefix should be final. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 851 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 872 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 875 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 889 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 896 | |
| misc | FinalParameters | Parameter value should be final. | 896 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 920 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 922 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | MemberName | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | VisibilityModifier | Variable 'cacheIncludedSchemas' must be private and have accessor methods. | 66 | |
| design | DesignForExtension | Method 'markAsProcessed' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 75 | |
| misc | FinalParameters | Parameter schema should be final. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| design | DesignForExtension | Method 'processed' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter schema should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'processed' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter schemaLocation should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setCacheIncludedSchemas' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter cacheIncludedSchemas should be final. | 109 | |
| coding | HiddenField | 'cacheIncludedSchemas' hides a field. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| naming | MemberName | Name '_simpleTypeDef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 | |
| blocks | RightCurly | '}' should be on the same line. | 138 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 148 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 148 | |
| blocks | RightCurly | '}' should be on the same line. | 152 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 163 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 163 | |
| blocks | EmptyBlock | Must have at least one statement. | 163 | |
| blocks | RightCurly | '}' should be on the same line. | 165 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 175 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 177 | |
| blocks | RightCurly | '}' should be on the same line. | 180 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 185 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 188 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 188 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 189 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 189 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 190 | |
| blocks | RightCurly | '}' should be on the same line. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 194 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter name should be final. | 238 | |
| misc | FinalParameters | Parameter namespace should be final. | 238 | |
| misc | FinalParameters | Parameter atts should be final. | 238 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 239 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 240 | |
| blocks | LeftCurly | '{' should be on the previous line. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 253 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 254 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 259 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 259 | |
| blocks | RightCurly | '}' should be on the same line. | 264 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 272 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 276 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 276 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 276 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 280 | |
| blocks | RightCurly | '}' should be on the same line. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 286 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 286 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 291 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 291 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 292 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 293 | |
| blocks | RightCurly | '}' should be on the same line. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 297 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 298 | |
| blocks | RightCurly | '}' should be on the same line. | 298 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 299 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 301 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 302 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 303 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 303 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 308 | |
| blocks | RightCurly | '}' should be on the same line. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 312 | |
| blocks | RightCurly | '}' should be on the same line. | 313 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 315 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter name should be final. | 325 | |
| misc | FinalParameters | Parameter namespace should be final. | 325 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 326 | |
| blocks | LeftCurly | '{' should be on the previous line. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 341 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 341 | |
| blocks | RightCurly | '}' should be on the same line. | 343 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 347 | |
| blocks | RightCurly | '}' should be on the same line. | 353 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 357 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 359 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 363 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 365 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 366 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 366 | |
| blocks | RightCurly | '}' should be on the same line. | 371 | |
| blocks | RightCurly | '}' should be on the same line. | 377 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 379 | |
| blocks | RightCurly | '}' should be on the same line. | 382 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 384 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 385 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 385 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 386 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| misc | FinalParameters | Parameter ch should be final. | 395 | |
| misc | FinalParameters | Parameter start should be final. | 395 | |
| misc | FinalParameters | Parameter length should be final. | 395 | |
| blocks | LeftCurly | '{' should be on the previous line. | 397 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 418 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 419 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| naming | MemberName | Name '_complexType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter name should be final. | 143 | |
| misc | FinalParameters | Parameter namespace should be final. | 143 | |
| misc | FinalParameters | Parameter atts should be final. | 143 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 144 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 145 | |
| blocks | LeftCurly | '{' should be on the previous line. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 158 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 162 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 162 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 168 | |
| blocks | RightCurly | '}' should be on the same line. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 185 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 185 | |
| blocks | RightCurly | '}' should be on the same line. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| blocks | RightCurly | '}' should be on the same line. | 199 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 200 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter name should be final. | 212 | |
| misc | FinalParameters | Parameter namespace should be final. | 212 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 213 | |
| blocks | LeftCurly | '{' should be on the previous line. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 228 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 228 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter ch should be final. | 235 | |
| misc | FinalParameters | Parameter start should be final. | 235 | |
| misc | FinalParameters | Parameter length should be final. | 235 | |
| blocks | LeftCurly | '{' should be on the previous line. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.exolab.castor.xml.schema.*. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | MemberName | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | MemberName | Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | MemberName | Name '_final' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | MemberName | Name '_baseType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name '_baseTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | MemberName | Name '_facets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter schema should be final. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter id should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'addFacet' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter facet should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'copyInto' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | FinalParameters | Parameter simpleType should be final. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 113 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'createSimpleType' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 148 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| design | DesignForExtension | Method 'getSchema' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| design | DesignForExtension | Method 'setAnnotation' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter annotation should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| design | DesignForExtension | Method 'setBaseType' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter baseType should be final. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| design | DesignForExtension | Method 'setBaseTypeName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter baseTypeName should be final. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'setFinal' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter finalValue should be final. | 205 | |
| design | DesignForExtension | Method 'getBaseType' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| naming | MemberName | Name '_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 | |
| blocks | RightCurly | '}' should be on the same line. | 124 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| blocks | RightCurly | '}' should be on the same line. | 129 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 130 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 157 | |
| blocks | LeftCurly | '{' should be on the previous line. | 158 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 172 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| misc | FinalParameters | Parameter name should be final. | 192 | |
| misc | FinalParameters | Parameter namespace should be final. | 192 | |
| misc | FinalParameters | Parameter atts should be final. | 192 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 193 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 194 | |
| blocks | LeftCurly | '{' should be on the previous line. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 212 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 212 | |
| blocks | RightCurly | '}' should be on the same line. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 228 | |
| blocks | RightCurly | '}' should be on the same line. | 230 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 231 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| misc | FinalParameters | Parameter name should be final. | 243 | |
| misc | FinalParameters | Parameter namespace should be final. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 244 | |
| blocks | LeftCurly | '{' should be on the previous line. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 259 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' should be on the same line. | 261 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| misc | FinalParameters | Parameter ch should be final. | 271 | |
| misc | FinalParameters | Parameter start should be final. | 271 | |
| misc | FinalParameters | Parameter length should be final. | 271 | |
| blocks | LeftCurly | '{' should be on the previous line. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| naming | MemberName | Name '_typeDefinition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 112 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| blocks | RightCurly | '}' should be on the same line. | 129 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 130 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter name should be final. | 171 | |
| misc | FinalParameters | Parameter namespace should be final. | 171 | |
| misc | FinalParameters | Parameter atts should be final. | 171 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 172 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 173 | |
| blocks | LeftCurly | '{' should be on the previous line. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| blocks | RightCurly | '}' should be on the same line. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 199 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 203 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 207 | |
| blocks | RightCurly | '}' should be on the same line. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 212 | |
| blocks | RightCurly | '}' should be on the same line. | 213 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 214 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter name should be final. | 226 | |
| misc | FinalParameters | Parameter namespace should be final. | 226 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 227 | |
| blocks | LeftCurly | '{' should be on the previous line. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 242 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 242 | |
| blocks | RightCurly | '}' should be on the same line. | 244 | |
| blocks | RightCurly | '}' should be on the same line. | 248 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| misc | FinalParameters | Parameter ch should be final. | 259 | |
| misc | FinalParameters | Parameter start should be final. | 259 | |
| misc | FinalParameters | Parameter length should be final. | 259 | |
| blocks | LeftCurly | '{' should be on the previous line. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | MemberName | Name '_simpleTypeDef' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| naming | MemberName | Name '_simpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 110 | |
| blocks | LeftCurly | '{' should be on the previous line. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| blocks | EmptyBlock | Must have at least one statement. | 122 | |
| blocks | RightCurly | '}' should be on the same line. | 124 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 127 | |
| blocks | RightCurly | '}' should be on the same line. | 128 | |
| blocks | EmptyBlock | Must have at least one statement. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter name should be final. | 198 | |
| misc | FinalParameters | Parameter namespace should be final. | 198 | |
| misc | FinalParameters | Parameter atts should be final. | 198 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 200 | |
| blocks | LeftCurly | '{' should be on the previous line. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 212 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 216 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 216 | |
| blocks | RightCurly | '}' should be on the same line. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 236 | |
| blocks | RightCurly | '}' should be on the same line. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 241 | |
| blocks | RightCurly | '}' should be on the same line. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 246 | |
| blocks | RightCurly | '}' should be on the same line. | 247 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 248 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| misc | FinalParameters | Parameter name should be final. | 259 | |
| misc | FinalParameters | Parameter namespace should be final. | 259 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 260 | |
| blocks | LeftCurly | '{' should be on the previous line. | 261 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 274 | |
| blocks | RightCurly | '}' should be on the same line. | 276 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| blocks | RightCurly | '}' should be on the same line. | 281 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter ch should be final. | 291 | |
| misc | FinalParameters | Parameter start should be final. | 291 | |
| misc | FinalParameters | Parameter length should be final. | 291 | |
| blocks | LeftCurly | '{' should be on the previous line. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| naming | MemberName | Name '_unmarshaller' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| naming | MemberName | Name '_depth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| naming | MemberName | Name '_union' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name '_foundAnnotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| naming | MemberName | Name '_foundSimpleType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| blocks | LeftCurly | '{' should be on the previous line. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter name should be final. | 169 | |
| misc | FinalParameters | Parameter namespace should be final. | 169 | |
| misc | FinalParameters | Parameter atts should be final. | 169 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 170 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 171 | |
| blocks | LeftCurly | '{' should be on the previous line. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 187 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 191 | |
| blocks | RightCurly | '}' should be on the same line. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 195 | |
| blocks | RightCurly | '}' should be on the same line. | 196 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 197 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter name should be final. | 208 | |
| misc | FinalParameters | Parameter namespace should be final. | 208 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 209 | |
| blocks | LeftCurly | '{' should be on the previous line. | 210 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 223 | |
| blocks | RightCurly | '}' should be on the same line. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter ch should be final. | 246 | |
| misc | FinalParameters | Parameter start should be final. | 246 | |
| misc | FinalParameters | Parameter length should be final. | 246 | |
| blocks | LeftCurly | '{' should be on the previous line. | 248 | |
| misc | FinalParameters | Parameter memberTypes should be final. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| blocks | RightCurly | '}' should be on the same line. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | HiddenField | 'name' hides a field. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter name should be final. | 98 | |
| coding | HiddenField | 'name' hides a field. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter name should be final. | 123 | |
| coding | HiddenField | 'name' hides a field. | 123 | |
| misc | FinalParameters | Parameter namespace should be final. | 123 | |
| misc | FinalParameters | Parameter atts should be final. | 123 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 125 | |
| blocks | LeftCurly | '{' should be on the previous line. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter name should be final. | 138 | |
| coding | HiddenField | 'name' hides a field. | 138 | |
| misc | FinalParameters | Parameter namespace should be final. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 139 | |
| blocks | LeftCurly | '{' should be on the previous line. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter ch should be final. | 144 | |
| misc | FinalParameters | Parameter start should be final. | 144 | |
| misc | FinalParameters | Parameter length should be final. | 144 | |
| blocks | LeftCurly | '{' should be on the previous line. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| naming | MemberName | Name '_wildcard' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | MemberName | Name '_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'wildcard'. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 177 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 177 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 188 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 188 | |
| blocks | RightCurly | '}' should be on the same line. | 192 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 192 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 237 | |
| design | DesignForExtension | Method 'elementName' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| design | DesignForExtension | Method 'getWildcard' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter name should be final. | 276 | |
| misc | FinalParameters | Parameter namespace should be final. | 276 | |
| misc | FinalParameters | Parameter atts should be final. | 276 | |
| misc | FinalParameters | Parameter nsDecls should be final. | 277 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 278 | |
| blocks | LeftCurly | '{' should be on the previous line. | 279 | |
| blocks | RightCurly | '}' should be on the same line. | 289 | |
| design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| misc | FinalParameters | Parameter name should be final. | 309 | |
| misc | FinalParameters | Parameter namespace should be final. | 309 | |
| javadoc | JavadocMethod | Expected @throws tag for 'XMLException'. | 310 | |
| blocks | LeftCurly | '{' should be on the previous line. | 311 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 334 | |
| design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| misc | FinalParameters | Parameter ch should be final. | 339 | |
| misc | FinalParameters | Parameter start should be final. | 339 | |
| misc | FinalParameters | Parameter length should be final. | 339 | |
| blocks | LeftCurly | '{' should be on the previous line. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| blocks | LeftCurly | '{' should be on the previous line. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 63 | |
| design | DesignForExtension | Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| blocks | LeftCurly | '{' should be on the previous line. | 64 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'isMinInclusive' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| blocks | LeftCurly | '{' should be on the previous line. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'isMaxInclusive' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| blocks | LeftCurly | '{' should be on the previous line. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| blocks | LeftCurly | '{' should be on the previous line. | 94 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 109 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| blocks | LeftCurly | '{' should be on the previous line. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'isDateTimeType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| naming | MemberName | Name '_annotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| naming | MemberName | Name '_itemType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | MemberName | Name '_hasReference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 83 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getItemType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| design | DesignForExtension | Method 'getStructureType' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setItemType' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter type should be final. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 140 | |
| design | DesignForExtension | Method 'setItemType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| misc | FinalParameters | Parameter typeName should be final. | 149 | |
| blocks | RightCurly | '}' should be on the same line. | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'setLocalAnnotation' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter annotation should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| misc | FinalParameters | Parameter schema should be final. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name '_minMantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | MemberName | Name '_maxMantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | MemberName | Name '_minExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | MemberName | Name '_maxExponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 70 | |
| design | DesignForExtension | Method 'setMinMantissa' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter minMantissa should be final. | 70 | |
| blocks | LeftCurly | '{' should have line break after. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 71 | |
| design | DesignForExtension | Method 'setMaxMantissa' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter maxMantissa should be final. | 71 | |
| blocks | LeftCurly | '{' should have line break after. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 72 | |
| design | DesignForExtension | Method 'setMinExponent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter minExponent should be final. | 72 | |
| blocks | LeftCurly | '{' should have line break after. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 73 | |
| design | DesignForExtension | Method 'setMaxExponent' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter maxExponent should be final. | 73 | |
| blocks | LeftCurly | '{' should have line break after. | 73 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| design | DesignForExtension | Method 'getMinMantissa' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| blocks | LeftCurly | '{' should have line break after. | 75 | |
| design | DesignForExtension | Method 'getMaxMantissa' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| blocks | LeftCurly | '{' should have line break after. | 76 | |
| design | DesignForExtension | Method 'getMinExponent' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| blocks | LeftCurly | '{' should have line break after. | 77 | |
| design | DesignForExtension | Method 'getMaxExponent' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| blocks | LeftCurly | '{' should have line break after. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'isNumericType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name '_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| blocks | LeftCurly | '{' should be on the previous line. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 | |
| coding | MagicNumber | '15' is a magic number. | 100 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' should have line break after. | 102 | |
| design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' should have line break after. | 103 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' should have line break after. | 104 | |
| design | DesignForExtension | Method 'getImpl' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' should have line break after. | 105 | |
| design | DesignForExtension | Method 'getDerivedBy' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' should have line break after. | 106 | |
| design | DesignForExtension | Method 'getFacet' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' should have line break after. | 107 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 107 | |
| design | DesignForExtension | Method 'getImplClass' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' should have line break after. | 108 | |
| design | DesignForExtension | Method 'getSimpleType' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| blocks | LeftCurly | '{' should have line break after. | 109 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 | |
| misc | FinalParameters | Parameter name should be final. | 112 | |
| coding | HiddenField | 'name' hides a field. | 112 | |
| blocks | LeftCurly | '{' should have line break after. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 113 | |
| design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| misc | FinalParameters | Parameter code should be final. | 113 | |
| coding | HiddenField | 'code' hides a field. | 113 | |
| blocks | LeftCurly | '{' should have line break after. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 114 | |
| design | DesignForExtension | Method 'setBase' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 | |
| misc | FinalParameters | Parameter base should be final. | 114 | |
| coding | HiddenField | 'base' hides a field. | 114 | |
| blocks | LeftCurly | '{' should have line break after. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 115 | |
| design | DesignForExtension | Method 'setDerivedBy' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| misc | FinalParameters | Parameter derivedBy should be final. | 115 | |
| coding | HiddenField | 'derivedBy' hides a field. | 115 | |
| blocks | LeftCurly | '{' should have line break after. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 | |
| design | DesignForExtension | Method 'setSimpleType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter simpleType should be final. | 116 | |
| coding | HiddenField | 'simpleType' hides a field. | 116 | |
| blocks | LeftCurly | '{' should have line break after. | 116 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| design | DesignForExtension | Method 'setImpl' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| misc | FinalParameters | Parameter impl should be final. | 123 | |
| coding | HiddenField | 'impl' hides a field. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'impl'. | 123 | |
| blocks | LeftCurly | '{' should be on the previous line. | 124 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' should be on the previous line. | 127 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 128 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 129 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 129 | |
| blocks | RightCurly | '}' should be on the same line. | 130 | |
| blocks | LeftCurly | '{' should be on the previous line. | 132 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter output should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 140 | |
| blocks | LeftCurly | '{' should be on the previous line. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 142 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' should be on the previous line. | 146 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 156 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' should be on the previous line. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| blocks | LeftCurly | '{' should be on the previous line. | 65 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 | |
| coding | MagicNumber | '44' is a magic number. | 66 | |
| design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| blocks | LeftCurly | '{' should have line break after. | 69 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 69 | |
| design | DesignForExtension | Method 'setTypes' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter types should be final. | 70 | |
| coding | HiddenField | 'types' hides a field. | 70 | |
| blocks | LeftCurly | '{' should have line break after. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 70 | |
| design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter output should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 76 | |
| blocks | LeftCurly | '{' should be on the previous line. | 77 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' should be on the previous line. | 81 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| blocks | LeftCurly | '{' should be on the previous line. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| blocks | LeftCurly | '{' should have line break after. | 74 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 74 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| blocks | LeftCurly | '{' should have line break after. | 75 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 75 | |
| design | DesignForExtension | Method 'getPseudo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| blocks | LeftCurly | '{' should have line break after. | 76 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 76 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 78 | |
| coding | HiddenField | 'name' hides a field. | 78 | |
| blocks | LeftCurly | '{' should have line break after. | 78 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| coding | HiddenField | 'value' hides a field. | 79 | |
| blocks | LeftCurly | '{' should have line break after. | 79 | |
| design | DesignForExtension | Method 'setPseudo' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| misc | FinalParameters | Parameter pseudo should be final. | 80 | |
| coding | HiddenField | 'pseudo' hides a field. | 80 | |
| blocks | LeftCurly | '{' should have line break after. | 80 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| blocks | LeftCurly | '{' should be on the previous line. | 83 | |
| design | DesignForExtension | Method 'Print' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'Print' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| misc | FinalParameters | Parameter output should be final. | 86 | |
| blocks | LeftCurly | '{' should be on the previous line. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | FinalClass | Class DatatypeHandler should be declared as final. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | RightCurly | '}' should be on the same line. | 150 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 151 | |
| blocks | EmptyBlock | Must have at least one statement. | 151 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 151 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 151 | |
| blocks | RightCurly | '}' should be on the same line. | 157 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 158 | |
| blocks | EmptyBlock | Must have at least one statement. | 158 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 158 | |
| blocks | RightCurly | '}' should be on the same line. | 164 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 165 | |
| blocks | EmptyBlock | Must have at least one statement. | 165 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 165 | |
| blocks | RightCurly | '}' should be on the same line. | 171 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 172 | |
| blocks | EmptyBlock | Must have at least one statement. | 172 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 172 | |
| blocks | RightCurly | '}' should be on the same line. | 183 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 184 | |
| blocks | EmptyBlock | Must have at least one statement. | 184 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 184 | |
| blocks | RightCurly | '}' should be on the same line. | 190 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 191 | |
| blocks | EmptyBlock | Must have at least one statement. | 191 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 191 | |
| blocks | RightCurly | '}' should be on the same line. | 191 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 192 | |
| blocks | EmptyBlock | Must have at least one statement. | 192 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 198 | |
| blocks | RightCurly | '}' should be on the same line. | 204 | |
| blocks | EmptyBlock | Must have at least one statement. | 205 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 205 | |
| javadoc | JavadocMethod | Expected an @return tag. | 216 | |
| misc | FinalParameters | Parameter type1 should be final. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'type1'. | 216 | |
| misc | FinalParameters | Parameter type2 should be final. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'type2'. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | RightCurly | '}' should be on the same line. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | RightCurly | '}' should be on the same line. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | RightCurly | '}' should be on the same line. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | MemberName | Name '_internalContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | MemberName | Name '_defaultGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter filename should be final. | 107 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter reader should be final. | 119 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| design | DesignForExtension | Method 'createSchema' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter source should be final. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 131 | |
| design | DesignForExtension | Method 'setDefaultGroupingAsAll' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 162 | |
| design | DesignForExtension | Method 'serializeSchema' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| misc | FinalParameters | Parameter dstWriter should be final. | 165 | |
| misc | FinalParameters | Parameter schema should be final. | 165 | |
| misc | FinalParameters | Parameter args should be final. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 176 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| blocks | LeftCurly | '{' should be on the previous line. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| naming | MemberName | Name '_schema' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| naming | MemberName | Name '_siStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| naming | MemberName | Name '_nsPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| naming | MemberName | Name '_defaultGroupOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| misc | FinalParameters | Parameter schema should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'schema'. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| blocks | RightCurly | '}' should be on the same line. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| misc | FinalParameters | Parameter order should be final. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| misc | FinalParameters | Parameter ch should be final. | 178 | |
| misc | FinalParameters | Parameter start should be final. | 178 | |
| misc | FinalParameters | Parameter length should be final. | 178 | |
| blocks | LeftCurly | '{' should be on the previous line. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| blocks | LeftCurly | '{' should be on the previous line. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter name should be final. | 202 | |
| blocks | LeftCurly | '{' should be on the previous line. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 237 | |
| blocks | RightCurly | '}' should be on the same line. | 240 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 241 | |
| blocks | RightCurly | '}' should be on the same line. | 245 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| blocks | RightCurly | '}' should be on the same line. | 257 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 274 | |
| blocks | RightCurly | '}' should be on the same line. | 289 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 290 | |
| blocks | RightCurly | '}' should be on the same line. | 293 | |
| blocks | RightCurly | '}' should be on the same line. | 305 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 306 | |
| blocks | RightCurly | '}' should be on the same line. | 312 | |
| blocks | RightCurly | '}' should be on the same line. | 316 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| blocks | RightCurly | '}' should be on the same line. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| blocks | RightCurly | '}' should be on the same line. | 353 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| misc | FinalParameters | Parameter ch should be final. | 362 | |
| misc | FinalParameters | Parameter start should be final. | 362 | |
| misc | FinalParameters | Parameter length should be final. | 362 | |
| blocks | LeftCurly | '{' should be on the previous line. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| misc | FinalParameters | Parameter target should be final. | 369 | |
| misc | FinalParameters | Parameter data should be final. | 369 | |
| blocks | LeftCurly | '{' should be on the previous line. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| blocks | LeftCurly | '{' should be on the previous line. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| misc | FinalParameters | Parameter name should be final. | 386 | |
| misc | FinalParameters | Parameter atts should be final. | 386 | |
| blocks | LeftCurly | '{' should be on the previous line. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 393 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 402 | |
| blocks | RightCurly | '}' should be on the same line. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 428 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| misc | FinalParameters | Parameter exception should be final. | 450 | |
| blocks | LeftCurly | '{' should be on the previous line. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| misc | FinalParameters | Parameter exception should be final. | 457 | |
| blocks | LeftCurly | '{' should be on the previous line. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter exception should be final. | 465 | |
| blocks | LeftCurly | '{' should be on the previous line. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| misc | FinalParameters | Parameter e1 should be final. | 483 | |
| misc | FinalParameters | Parameter e2 should be final. | 483 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SchemaException'. | 484 | |
| blocks | LeftCurly | '{' should be on the previous line. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 492 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 493 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 494 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 495 | |
| blocks | RightCurly | '}' should be on the same line. | 495 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 496 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 497 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 498 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 499 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 502 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 503 | |
| blocks | RightCurly | '}' should be on the same line. | 504 | |
| blocks | RightCurly | '}' should be on the same line. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 522 | |
| blocks | RightCurly | '}' should be on the same line. | 529 | |
| blocks | RightCurly | '}' should be on the same line. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 582 | |
| blocks | RightCurly | '}' should be on the same line. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| blocks | RightCurly | '}' should be on the same line. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 612 | |
| blocks | RightCurly | '}' should be on a new line. | 612 | |
| blocks | RightCurly | '}' should have line break before. | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 621 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 633 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 637 | |
| design | VisibilityModifier | Variable 'namespaces' must be private and have accessor methods. | 637 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 638 | |
| design | VisibilityModifier | Variable 'element' must be private and have accessor methods. | 638 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 639 | |
| design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 639 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 640 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 640 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 641 | |
| design | VisibilityModifier | Variable 'mixed' must be private and have accessor methods. | 641 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 642 | |
| design | VisibilityModifier | Variable 'complex' must be private and have accessor methods. | 642 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 643 | |
| design | VisibilityModifier | Variable 'topLevel' must be private and have accessor methods. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| naming | MemberName | Name '_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| naming | MemberName | Name '_atts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| design | VisibilityModifier | Variable 'enable' must be private and have accessor methods. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| naming | MemberName | Name '_schemaContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| design | DesignForExtension | Method 'setSchemaContext' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 268 | |
| design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'setDocumentHandler' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 319 | |
| misc | FinalParameters | Parameter annotated should be final. | 324 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 324 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 325 | |
| blocks | LeftCurly | '{' should be on the previous line. | 326 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 329 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 329 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 329 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 333 | |
| misc | FinalParameters | Parameter annotation should be final. | 339 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 339 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 340 | |
| blocks | LeftCurly | '{' should be on the previous line. | 341 | |
| naming | LocalVariableName | Name 'ELEM_ANNOTATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| naming | LocalVariableName | Name 'ELEM_APPINFO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| blocks | LeftCurly | '{' should be on the previous line. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 373 | |
| blocks | RightCurly | '}' should be on the same line. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| naming | LocalVariableName | Name 'ELEM_DOCUMENTATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| blocks | LeftCurly | '{' should be on the previous line. | 398 | |
| blocks | LeftCurly | '{' should be on the previous line. | 402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 411 | |
| blocks | RightCurly | '}' should be on the same line. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 429 | |
| misc | FinalParameters | Parameter attribute should be final. | 435 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 435 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 436 | |
| blocks | LeftCurly | '{' should be on the previous line. | 437 | |
| naming | LocalVariableName | Name 'ELEM_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 438 | |
| blocks | RightCurly | '}' should be on the same line. | 448 | |
| blocks | RightCurly | '}' should be on the same line. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| blocks | RightCurly | '}' should be on the same line. | 479 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 480 | |
| blocks | RightCurly | '}' should be on the same line. | 488 | |
| blocks | RightCurly | '}' should be on the same line. | 511 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 533 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 540 | |
| misc | FinalParameters | Parameter attGroup should be final. | 540 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 540 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 541 | |
| blocks | LeftCurly | '{' should be on the previous line. | 542 | |
| naming | LocalVariableName | Name 'ELEM_ATTRIBUTE_GROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 543 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 552 | |
| blocks | RightCurly | '}' should be on the same line. | 553 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 571 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 574 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 593 | |
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 599 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 600 | |
| misc | FinalParameters | Parameter complexType should be final. | 600 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 600 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 601 | |
| blocks | LeftCurly | '{' should be on the previous line. | 602 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 603 | |
| naming | LocalVariableName | Name 'ELEM_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 650 | |
| naming | LocalVariableName | Name 'ELEM_DERIVATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 654 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 656 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 669 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 678 | |
| blocks | RightCurly | '}' should be on the same line. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 685 | |
| blocks | RightCurly | '}' should be on the same line. | 692 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 696 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 704 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 708 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 708 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 709 | |
| blocks | RightCurly | '}' should be on the same line. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 713 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 714 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 714 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 715 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 715 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 716 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 728 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 741 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 741 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 759 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 763 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 774 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 779 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 786 | |
| misc | FinalParameters | Parameter contentModel should be final. | 786 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 786 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 787 | |
| blocks | LeftCurly | '{' should be on the previous line. | 788 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 794 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 798 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 801 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 809 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 814 | |
| misc | FinalParameters | Parameter element should be final. | 814 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 814 | |
| javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 814 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 815 | |
| blocks | LeftCurly | '{' should be on the previous line. | 816 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 828 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 829 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 829 | |
| blocks | RightCurly | '}' should be on the same line. | 834 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 835 | |
| blocks | RightCurly | '}' should be on the same line. | 851 | |
| blocks | EmptyBlock | Must have at least one statement. | 863 | |
| blocks | RightCurly | '}' should be on the same line. | 865 | |
| blocks | RightCurly | '}' should be on the same line. | 869 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 871 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 871 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 873 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 873 | |
| blocks | RightCurly | '}' should be on the same line. | 874 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 877 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 877 | |
| blocks | RightCurly | '}' should be on the same line. | 878 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 889 | |
| blocks | RightCurly | '}' should be on the same line. | 891 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 895 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 896 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 896 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 896 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 897 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 981 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 983 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 984 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 990 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 990 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 998 | |
| misc | FinalParameters | Parameter group should be final. | 1004 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1004 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1005 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1006 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1007 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1019 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1020 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1024 | |
| blocks | RightCurly | '}' should be on the same line. | 1027 | |
| blocks | RightCurly | '}' should be on the same line. | 1044 | |
| blocks | RightCurly | '}' should be on the same line. | 1061 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1082 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1088 | |
| misc | FinalParameters | Parameter constraint should be final. | 1088 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1088 | |
| javadoc | JavadocMethod | Expected @param tag for 'schemaPrefix'. | 1088 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1089 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1092 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1094 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1102 | |
| naming | LocalVariableName | Name 'ELEM_SELECTOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1136 | |
| naming | LocalVariableName | Name 'ELEM_FIELD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1152 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 1154 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 1171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1171 | |
| misc | FinalParameters | Parameter schema should be final. | 1171 | |
| blocks | RightCurly | '}' should be on the same line. | 1184 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1197 | |
| blocks | RightCurly | '}' should be on the same line. | 1202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 | |
| naming | LocalVariableName | Name 'ELEM_SCHEMA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1272 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1278 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1280 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1282 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1284 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1284 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1286 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1287 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1287 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1288 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1289 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1292 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1296 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1296 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1296 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1302 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1307 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1309 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1310 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1311 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1312 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1313 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1314 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1315 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1315 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1317 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1317 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1318 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1327 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1327 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1328 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1328 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1329 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1330 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1332 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1332 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1332 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1334 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1334 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1344 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1345 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1349 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1360 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1361 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1365 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1378 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1379 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1381 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1382 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1382 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1401 | |
| misc | FinalParameters | Parameter wildcard should be final. | 1401 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1401 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1402 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1404 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1406 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1423 | |
| blocks | RightCurly | '}' should be on the same line. | 1436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1452 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1453 | |
| misc | FinalParameters | Parameter schema should be final. | 1459 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1459 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1460 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1461 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1473 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1474 | |
| misc | FinalParameters | Parameter schema should be final. | 1480 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1480 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1481 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1481 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1482 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1482 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1483 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1483 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1484 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1486 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1488 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1489 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1492 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1494 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1499 | |
| misc | FinalParameters | Parameter schema should be final. | 1499 | |
| misc | FinalParameters | Parameter parentSchema should be final. | 1499 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentSchema'. | 1499 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1499 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1500 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1500 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1501 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1501 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1502 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1502 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1504 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1505 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1509 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1511 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1512 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1514 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1514 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1515 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1516 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1517 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1518 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1520 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1521 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1524 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1525 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1526 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1527 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1528 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1529 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1529 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1530 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1531 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1532 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1533 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1536 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1543 | |
| misc | FinalParameters | Parameter simpleType should be final. | 1543 | |
| misc | FinalParameters | Parameter schemaPrefix should be final. | 1543 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1544 | |
| blocks | LeftCurly | '{' should be on the previous line. | 1545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1547 | |
| naming | LocalVariableName | Name 'ELEMENT_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1549 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1577 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1585 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1586 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1587 | |
| blocks | RightCurly | '}' should be on the same line. | 1594 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1597 | |
| naming | LocalVariableName | Name 'ELEM_RESTRICTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1600 | |
| blocks | RightCurly | '}' should be on the same line. | 1609 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1611 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1612 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1633 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1633 | |
| blocks | RightCurly | '}' should be on the same line. | 1640 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1642 | |
| blocks | RightCurly | '}' should be on the same line. | 1643 | |
| naming | LocalVariableName | Name 'ELEM_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1647 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1651 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 1665 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 1670 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 1670 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1716 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1747 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1759 | |
| misc | FinalParameters | Parameter type should be final. | 1759 | |
| misc | FinalParameters | Parameter element should be final. | 1759 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1774 | |
| misc | FinalParameters | Parameter schema should be final. | 1774 | |
| misc | FinalParameters | Parameter namespace should be final. | 1774 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1775 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1775 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1776 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1787 | |
| misc | FinalParameters | Parameter schema should be final. | 1790 | |
| misc | FinalParameters | Parameter typeName should be final. | 1790 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1791 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1792 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1792 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1793 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1793 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1794 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1796 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1797 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1798 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 1799 |